View Single Post

  #6 (permalink)  
Old 13-03-2008, 06:45 PM
gav240z's Avatar
gav240z gav240z is offline
Wannabe Geek
 
Join Date: Dec 2007
Location: Rathmines, Dublin
Posts: 434
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
gav240z is a jewel in the roughgav240z is a jewel in the roughgav240z is a jewel in the rough
Default Suckerfish Drop Down CSS

Look up CSS Suckerfish Drop Downs.
That should get you started.

Generally Wordpress is quite good in that it nests menu's in LI items

<ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
<li>List Item 4</li>

<ul id=sublist>
<li>Sub List Item 1</li>
<li>Sub List Item 2</li>
<li>Sub List Item 3</li>
</ul>

</ul>

If you can get your head around that you should be able to implement drop downs in Wordpress. Its a bit tricky, but possible.
Reply With Quote