On Sep 20, 2009, at 6:26 AM, Brian M. Curran wrote: >> ... I'd be >> intrigued to know what effect you are having trouble with using an >> ordered list. > In the past it has just seemed cumbersome to work with. Specifically > it seems the list is in a container, so the container and the list > both need to be formatted with css. Then items under the list need > to be cleared. Maybe there is, but at this point I don't see the up > side to using an ul. Perhaps I need to learn more, and then an up > side will become apparent.
Using an unordered list (ul/li) is not so much about styling (you can style anything to look the way you want anyway) but about using a well- structured and semantically-rich html foundation. This offers advantages for users that use non-visual UAs (robots...) or screen readers. Philippe --- Philippe Wittenbergh http://l-c-n.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/
