Holly Bergevin wrote:
> 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.

Thanks. That took care of the problem. That was certainly an easy fix.

I've noticed this behavior on some of the internal sites I've done in FF3. 
Using 
width="100%" and then margins doesn't work quite the way one would expect (or 
the way it worked in FF2). You get the full 100% (without margins) and then 
it's 
shifted partially outside the containing box.

-- 
Andrew Gaffney
agaffney.org
______________________________________________________________________
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