Okie i want to make a menu with nested unordered lists.
the top-level menu should be horizontal so i add a CSS rule
the problem is that after that and the second-level would appear horizontal, instead of vertical that i want, and have the same properties with the first level..Code:#menu ul li { display:inline; }
How can i bring back the normal list behaviour?
Thanx..



Reply With Quote

Bookmarks