Forum Moderators: not2easy
OK I've been trying to get a list (menu items) to display horizontally instead of vertically. I've been using display: inline but it doesn't seem to work in IE4 :(
this is a real bummer since a list is the most semantically correct way to do a regular navigation menu... however it would looks heaps better and conserve screen space if it could be displayed inline.
Does anyone know a way to get it to work in IE4?
More information about what can be done with lists and CSS is here:
CSS Design: Taming Lists [alistapart.com][by Mark Newhouse at A List Apart]
Covered: Making link lists appear like tabbed folder tops, breadcrumbs, using characters instead of bullets, generating characters before list items... etc...
Following the piece is a discussion where one may pick up a few more tips or ideas about links in lists.
holly
[I am not sure which or what is supported where, but I do recall he mentioned that under each example.]
*Added after posting ... you can also display a list as display: inline NN4 is funky about display inline on many things including images though.