Z
z
I'm trying to make a horizontal dropdown menu in CSS something like this:
http://www.weblens.org/templates/sample_menu.html
The difference is that I want the secondary menu items to always be flush
with the left side, not starting under the parent list item.
Instead of:
Item1....Item2....Item3
...................Item3-sub1....item3-sub2
I want it like this:
Item1....Item2....Item3
Item3-sub1....item3-sub2
(Periods added in the above example to make sure that the spacing is correct
if you are viewing it in a monospace font.)
Is there a way to do this in CSS?
http://www.weblens.org/templates/sample_menu.html
The difference is that I want the secondary menu items to always be flush
with the left side, not starting under the parent list item.
Instead of:
Item1....Item2....Item3
...................Item3-sub1....item3-sub2
I want it like this:
Item1....Item2....Item3
Item3-sub1....item3-sub2
(Periods added in the above example to make sure that the spacing is correct
if you are viewing it in a monospace font.)
Is there a way to do this in CSS?