From: "Daniel Hammond" <[EMAIL PROTECTED]>

>| > URL: http://www.objectivedesigns.com/amittius/white/index.htm
>| > CSS: http://www.objectivedesigns.com/amittius/white/index.css
>| > 
>| > On Windows XP Pro... FF3, Opera 9.51, and Safari 3.1.2 
>| > display the site correctly. IE7 and IE6 don't. IE7 shows 
>| > everything right except the padding on the links in the 
>| > footer (it doesn't put padding on the bottom of the links, 
>| > only the sides and the top). IE6 has this same problem, but 
>| > it also doesn't correctly execute the margins of the light 
>| > blue boxes that are within the body text. It pushes them too 
>| > far away from the sides of the container.

Add - display: inline - to both .l_box and .r_box to take care if IEs double 
float margin bug [1], and add the following selector - 

#footer a {zoom: 1;}

to see if that takes care of the IE issues in your footer [2]

~holly

[1] http://positioniseverything.net/explorer/doubled-margin.html
[2] http://www.satzansatz.de/cssd/onhavinglayout.html 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to