Jump to content

[SOLVED] Spacing Issue


glenelkins

Recommended Posts

Hi

 

Please look at http://new.lostbum.com in both IE and FF

 

The thing to notice, in IE under the Logo header bar, the white background in the middle appears to be a few pixels too far down the page, but in FF its in the correct position, any ideas why this could be happening?

 

 

Link to comment
https://forums.phpfreaks.com/topic/51037-solved-spacing-issue/
Share on other sites

Hi

 

Its actually under the logo, there is a <div id="navbar"> this is set as follows ( in FF the header image and navbar image are flush, but in IE they have a small gap between them, I cant figure out why? )

 

CSS

#header {

position: relative;
top: 0px;
left: 0px;
width: 1024px;
height: 148px;

}

#navbar {

position: relative;
top: 0px;
left: 0px;
width: 1024px;
height: 35px;

}

 

HTML

<div id="header">
<img src="$header_image">
</div>
<div id="navbar">
        <img src="$navbar_background">
</div>

Link to comment
https://forums.phpfreaks.com/topic/51037-solved-spacing-issue/#findComment-251178
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.