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

Javascript/DHTML or CSS

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

-----------------
Josh Stevens
Cartography & Geovisualation

It looks great. Will it work

It looks great. Will it work with Drupal?

Thanks so much.

Yes - add to template.

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

-----------------
Josh Stevens
Cartography & Geovisualation

Hmm...

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

Is this what you mean?

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

I just visited your site

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.

vcommunity

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

Wow!

Wow! That's great!

Can you please share your technique? Thanks!

vcommunity

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

The site looks good except i

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?

Both! Is it all in your

Both! :-)

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

How do you incorporate it

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

can't the jsdosmenu do something like that?

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)

ala suckerfish

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.