From: Andrew Gaffney <[EMAIL PROTECTED]>

>I've got a weird issue with a site that I'm working on.
>
>URL: http://www.fathertime.com/dev/
>CSS: http://www.fathertime.com/dev/StyleSheet.css
>
>I've got DIVs that are a specific width with specific padding/margin and a 
>background image (the "Auctions", "Contact Us", and "Your Account" boxes). In 
>Firefox 3 and IE7, these DIVs are exactly as they're specified.
>
>In IE6, it's a different story. The boxes extend 10px or so farther to the 
>right 
>than they're supposed to. 

The problems are basically the widths on tables declared in your HTML. Remove 
instances of width="100%", and perhaps other widths in the HTML page until IE6 
lines up more closely to what you want.

Your CSS can be simplified. One suggestion - you don't need to repeatedly 
declare the font family. State it once at the beginning of the style sheet, and 
only declare a change if necessary.

~holly 
 
                   
______________________________________________________________________
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