On Sun, 10 Jun 2007, Powerpuff Kuma wrote: > I'm working in this website: > http://www.tiaftcolombia.com > the site look great in firefox, but IE won't apply some attributes of > the menu list, like the decimal-leading-zero attribute or the > padding/margin.
IE (even IE 7) has a somewhat limited support to list-style-type, so that e.g. decimal-leading-zero is not recognized. If you have problems with padding and margin in lists, then the reason is probably that different browsers have different default values for them. Browsers indent list items by default, but they do this in different ways. Thus, set both left margin and left padding for both li elements and lists (ul or ol elements), if you set one of them. -- Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
