Horizontal Twenty Ten Drop Down Menu
-
I have seen this question asked in many places and found a solution. Thought I would post the css I used to get horizontal drop down menus.
old code:
#access ul ul {width: 180px;}
and the new code:
#access ul ul {min-width: 880px;} #access ul ul .sub1{left: 80px;} #access ul ul .sub2{left: -320px;} #access ul ul a {display: inline;}
The sub1 menu contains less objects than sub2 menu.
The CSS Classes must be checked in Appearance>Menus>Screen OptionsFeel fee to ask questions
- The topic ‘Horizontal Twenty Ten Drop Down Menu’ is closed to new replies.