> I have a list that I want to display inline. So I just added that rule > to the li. > > The problem is that the site is actually a bunch of static files > generated by a script. And this script, for complicated reasons, does > not add any whitespace between the li elements, nor before or after the > content of the li elements which contain only one word each. Without > any whitespace anywhere, the list elements don't wrap at all and if the > list is longer than will fit in the width of the page, it is either cut > off (if overflow: hidden) or generates a horizontal scroll bar. ... > > I know I could ask the developer to add a space between the li elements > and then use display: inline, but I'm wondering if there is there a way > around the IE6 and 7 problem without doing this.
Floating the list items should solve the problem -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz ______________________________________________________________________ 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/
