I'm trying to find a drop-down menu for Primary Links, sort of like the top bar on rpgwolfpack.com. How do I get this to work?

Comments

stevensj2’s picture

You could do it with CSS, but you have to know CSS really well.

It's most commonly done with javascript, and the simplest method to use it would be to just use one someone else has made.

Check out this link to get started (never tried this one, but looks like it is good quality).

-----------------
Josh Stevens
Nautilus7 Design | www.nautilus7.com

rory--’s picture

It looks great. Will it work with Drupal?

Thanks so much.

stevensj2’s picture

That method will work with any site.

Just add the necessary code to page.tpl (if you're using PHPTemplate), and you're set.

-----------------
Josh Stevens
Nautilus7 Design | www.nautilus7.com

rory--’s picture

What do I do if I'm not using phptemplate? I'm currently using Goofy, and it's not letting me make a menu.

Patrick Nelson’s picture

Do you mean slide-down menus like I have on vcommunity?

fang001’s picture

I really like the slide-down menus you did on your site. Would you please share your insight on creating menus like that? Thanks in advance.

Patrick Nelson’s picture

What is it you want to know? How the menus were created, or how to incorporate it into Drupal?

ezheidtmann’s picture

Wow! That's great!

Can you please share your technique? Thanks!

Patrick Nelson’s picture

What is it you want to know? How the menus were created, or how to incorporate it into Drupal?

Gunny-1’s picture

The site looks good except i could able see logout link in the menu here,

http://www.vcommunity.org.uk/user

Yes would like to know how,
How the menus were created, and how to incorporate it into Drupal?

ezheidtmann’s picture

Both! :-)

Is it all in your theme, or did you need to modify the core?

rory--’s picture

How do you incorporate it into Drupal? It's really annoying me, trying to get even udm4 to work.

celticess’s picture

Granted I've not tried it though. If you look in some themes they already have a drop down menu. I've been fiddling with the one from persian as I'm trying to make an alternate version of that main theme.(my problem is darn thing is transparent right now except for one spot of it)

obsesif’s picture

http://www.alistapart.com/articles/dropdowns/

check this out; this converts basic ul/li lists to a dropdown menu, by using only css and a bit of javascript.