3 replies [Last post]
jarow
Offline
newbie
Last seen: 19 years 10 weeks ago
Joined: 2004-01-13
Posts: 5
Points: 0

below is part of the css code that I am using for the following website. The problem is that in IE 6 the header and footer appear to fall short of the right edge by about 10 pixels. Viewed in Netscape there is no problem. the site is

http://www.fauna-iberica.mncn.csic.es/fauna_new/index.php

The body and wrapper code are:

/* General rules */
img
{
display: block;
border: 0;
}

/* Establish general layout parameters */
body
{
background: #091A37;
color: #000;
margin: 0;
padding: 0;
border: 0;
text-align: center;
font-family: arial, verdana, lucida, helvetica, sans-serif;
padding-bottom: 25px;
}

#wrapper
{
color: #000;
margin: 10px auto;
padding: 0;
width: 750px;
/* bmh */
voice-family: "\"}\"";
voice-family: inherit;
width: 748px;
background: #fff;
}

html>#wrapper { width: 748px; }

any help would be greatly appreciated[/url]

dJomp
dJomp's picture
Offline
Enthusiast
Last seen: 7 years 7 weeks ago
Joined: 2003-03-23
Posts: 422
Points: 0

wrapper falls short

403 Forbidden on that page...

You know you're a geek when you try to shoo a fly away from the monitor with your cursor.

jarow
Offline
newbie
Last seen: 19 years 10 weeks ago
Joined: 2004-01-13
Posts: 5
Points: 0

wrapper falls short

ClevaTreva
ClevaTreva's picture
Offline
Guru
A hilly place, UK
Last seen: 4 years 20 weeks ago
A hilly place, UK
Joined: 2004-02-05
Posts: 2902
Points: 0

wrapper falls short

Hi

I can see no problem with this code, it looks fine, no gaps. What version of IE do you have that causes this problem?

I checked it in IE 6 and IE 5 for Windows.

Trevor