psilos
04-03-2007, 11:15 AM
Okie i want to make a menu with nested unordered lists.
the top-level menu should be horizontal so i add a CSS rule
#menu ul li {
display:inline;
}
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..
How can i bring back the normal list behaviour?
Thanx..
the top-level menu should be horizontal so i add a CSS rule
#menu ul li {
display:inline;
}
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..
How can i bring back the normal list behaviour?
Thanx..