Jump to content

[SOLVED] IE6 adding extra space


Gleasonator

Recommended Posts

Hi all.

 

I'm working on a website that you can find here: http://gleasonator.com/jolivisage2/

 

When viewed in FF3, everything looks perfect so far. But for some reason in IE6 my "content-top" has padding on the bottom which separates it from the rest of the page...

 

Here is my CSS so far:

 

#content-top {
height:6px;
background:#FFFFFF url("images/content_top.gif") repeat-x;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#content-top #corner-left {
height:6px;
width:6px;
background:#FFFFFF url("images/content_corner_tl.gif") no-repeat;
float:left;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#content-top #corner-right {
height:6px;
width:8px;
background:#FFFFFF url("images/content_corner_tr.gif") no-repeat;
float:right;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#content {
background:#FFFFFF url("images/content.gif") repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
color:#6e6d6d;
height:514px;
margin:0px 0px 0px 0px;
padding:20px 20px 20px 20px;
}

 

And the HTML:

 

<div id="content-top"><span id="corner-left"></span><span id="corner-right"></span></div>
<div id="content">
stuff goes here
</div>

 

Any help would be appreciated.

 

Here is an image:

 

jolivisage_damnIE.jpg

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.