Arian Hojat wrote:
> Here is a theme I am messing with...
> http://www.arianhojat.com/temp/css_test/test.html
> You can see when you hover over Home breadcrumb, that it expands the div (
> the parent container has 5% padding, and it seems to get cut in half when
> hovering over hyperlink).
> i set a zoom:1 on the .breadcrumb to stop the h2 above it from moving too,
> but setting zoom:1 on hyperlink doesn't do the same for that.
> 
> Anyone know what IE bug I have?

Percentage on paddings triggers one of these absurd IE bugs where the 
fix leads to the next bug. See "The Janus-faced padding" 
http://www.positioniseverything.net/explorer/percentages.html

better don't use percentage paddings at all. At least, don't change 
backgrounds (or similar) on hover.

Ingo

-- 
http://www.satzansatz.de/css.html
http://www.dolphinsback.com
______________________________________________________________________
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