straderade
05-26-2009, 05:08 AM
As you can see there is about an 8px spacing issue with my header. I would like the logo & the rotating image to be at the flush top of the header.
No matter what I do I can't seem to get past that 8px spacing. I THOUGHT the issue may lie within my <body> but not sure why that would be it and can't seem to find the fix...any help?
http://test.protegebranding.com
Header Code:
#header {
width:900px;
height:363px;
margin:0 auto;
}
Wrapper Code:
#wrapper {
background-color: #FFFFFF;
margin: 0 auto;
position: relative;
width: 900px;
overflow: hidden;
}
Body Code:
body {
background-color: #BCBCBC;
background-image:url(http://test.protegebranding.com/images/wide_bg.jpg);
background-repeat:no-repeat;
background-position:center top;
color:#333;
font-size: 13px;
font-family:Georgia,"Times New Roman",Times,serif;
line-height: 1.231;
text-align:left;
}
No matter what I do I can't seem to get past that 8px spacing. I THOUGHT the issue may lie within my <body> but not sure why that would be it and can't seem to find the fix...any help?
http://test.protegebranding.com
Header Code:
#header {
width:900px;
height:363px;
margin:0 auto;
}
Wrapper Code:
#wrapper {
background-color: #FFFFFF;
margin: 0 auto;
position: relative;
width: 900px;
overflow: hidden;
}
Body Code:
body {
background-color: #BCBCBC;
background-image:url(http://test.protegebranding.com/images/wide_bg.jpg);
background-repeat:no-repeat;
background-position:center top;
color:#333;
font-size: 13px;
font-family:Georgia,"Times New Roman",Times,serif;
line-height: 1.231;
text-align:left;
}