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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.