Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #1  
Old 04-23-2008, 11:35 AM
greychops Offline
pp regular
 
Join Date: Feb 2008
Posts: 20
drop down menu

Hello,
I use the simple template and I am trying to turn one of the links in the navigation bar into a drop down menu. Do I have to turn all the links in the nav bar into an unordered list or can I create an unordered list under the one link that I want to do that to. I have been having trouble with this. I cannot seem to make the second level choices dissappear. Any help would be great.Thanks,
Jonathan
Reply With Quote
  #2  
Old 04-24-2008, 12:48 AM
kevincrafts's Avatar
kevincrafts Offline
pixelpost guru
 
Join Date: Jul 2007
Location: Colorado
Posts: 434
The best way is a nested unordered list:

Code:
<ul>
   <li><a href="#">link</a>
      <ul>
         <li><a href="#">link</a></li>
      </ul>
   </li>
</ul>
You can do this with css but IE 6 and below won't work so you can use a javascript solution as well. I think one of the more popular ones is the suckerfish method.
__________________
Kevin | Light & Dark Photoblog

Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 03:41 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs