g wrote: > This is my first time posting to the list, so please be gentle with > me!
Of course :-) Welcome to this friendly list. > http://www.interstellarnoise.com/dcs/draft2.0/bugtest.html > > It looks fine in just about every browser but ie5.0 for windows, > where the first item in the list seems to interpret its left-padding > as a margin (or something). This causes the background image on the > first item to be painted over the text. My IE5.0 is shut down, so I'm debugging from memory. IE5.0/win tends to need a bit more attention, and some extra 'hasLayout'[1] triggers, in order to get the margin/padding right on list-items. I suggest you try to add 'height: 1%;' to li#livelink, and see if that fixes it. regards Georg [1]http://www.satzansatz.de/cssd/onhavinglayout.html -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
