Link to home
Start Free TrialLog in
Avatar of smitty62
smitty62Flag for United States of America

asked on

CSS Multi-level menu problem

Is There any way with CSS I can get a multi-level menu to expand straight across instead of across and down one.  In other words. Can I do this

Menu
Item 1 -> subitem 1
               subitem 2

Instead of this:

Menu
Item 1  ->
                  subitem 1
                  subitem 2

See the difference.  Because it's an unordered list I can't get the subitem to be straight across from the item when it expands.
ASKER CERTIFIED SOLUTION
Avatar of Chad Haney
Chad Haney
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Do you have an example of the code you are working with? Or are you starting from scratch right now and just planning?
Avatar of smitty62

ASKER

I didn't think about using a negitive top.  That worked.  Thank you.
asdf