Andrew Doades wrote:
> Yes, I understand it may not be the correct way to go about this 
> problem, but it was a simple solution that with almost every modern 
> browser will work.
[...]
> Andrew


Hi Andrew. For list <li> you can use.

float:left;
float:right;
display:inline;
display:inline-block;
display:table;
display:table-cell;
display:inline-table;
display:list-item;

And depending on what properties and values the parent <ul> or child <a> 
have, either block [1] or inline [2] you can show the list whichever way 
you want.

My own solutions with list menus (which I didn't understand 18 months 
ago) and nested list menus are all valid (X)HTML and working in 99 
percent of browsers. The site that gave me this introduction with list 
menus was.

http://css.maxdesign.com.au/listamatic/


[1] <http://www.w3.org/TR/CSS21/visuren.html#block-formatting>
[2] <http://www.w3.org/TR/CSS21/visuren.html#inline-formatting>


Alan

http://css-class.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/

Reply via email to