Arian Hojat wrote: > 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). IE6 has problems with paddings in percentages when in strict mode. The :hover induced re-rendering makes it switch between interpretations. Much more stable when in quirks mode... <http://www.gunlaug.no/tos/alien/ah/test_08_1104.html> ...although it does need different width and padding values then. In strict mode the usual fix for this IE bug is to use margins on the content-elements instead of paddings on the container. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
