I know that in order to get lists to display the same way in both IE and Firefox, you must explicitly specify both margins and paddings.. However, I've got one list that just isn't behaving.
The site I'm working on: http://www.kungfu-silat.com/wp/ (If that doesn't work, use http://www.kungfu-silat.com/ - I hope to get it to the point where I can put the site up live on the root domain today, in which case the /wp/ subdirectory will go away) Specifically, I'm looking at the stats box on the left. In Firefox, it plays nice, with the UL having a 5px margin and 0 padding, and the LI items within having a 3px top-only margin and 0 padding and other margins. In IE7, I'm seeing larger margins and/or padding on both the UL element and the LI elements within, along with a text indent (e.g. one of the lines wrap, and it wraps further left than the initial line). I've tried specifying list-style-position: outside; text-indent: 0; on both the UL and LI definitions, and nothing seems to affect this. I don't have the same problem on other lists on the site (e.g. the "Links" page is an unordered list of unordered lists and displays as expected in both browsers), but I don't see what I'm doing differently on this list. -- Erik Harris http://www.eHarrisHome.com - AIM: KngFuJoe - Yahoo IM: kungfujoe7 - ICQ: 2610172 - Chinese-Indonesian Martial Arts Club http://www.kungfu-silat.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/
