glenelkins Posted May 12, 2007 Share Posted May 12, 2007 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? Quote Link to comment Share on other sites More sharing options...
glenelkins Posted May 12, 2007 Author Share Posted May 12, 2007 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> Quote Link to comment Share on other sites More sharing options...
glenelkins Posted May 12, 2007 Author Share Posted May 12, 2007 Why does nobody answer on this forum? If you look at http://new.lostbum.com in FF and IE you will notice the differences. Its really bugging me why IE has extra spacing between relative <div> tags Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.