Hi I am Pushker Pandey!

I want know that how can create a horizontal menu in drupal cms.Pls help me.

Comments

tendo2020’s picture

Hi Pushker,

Can you give more information? Drupal version, the theme you are trying to use, etc. Some themes such as Garland will display Primary Links as horizontal menus. You may want to play with that.

Use CSS to style <li> <a href="/path/file.html"> Menu Item </a> </li> into a custom horizontal menu.

Hope this is helpful

pushker’s picture

Hi!
I am pushker. When I create a horizontal menu in drupal then not show in secondary menu. I want know that when i click primary link than open a submenu in primary menu. Pls help me?............

phersotty’s picture

http://drupal.org/project/dhtml_menu

or

http://drupal.org/project/jquerymenu

I'm using both on http://htpcmachine.com/ along with the Plutado theme.

So I have a Horizontal Menu across the top and a vertical along the left.

webstylemedia’s picture

Try Dynamic Persistent Menu module:
http://drupal.org/project/dynamic_persistent_menu

Good luck!

--
With best regards,
Dmitry Yeskin
President of Web Style Media, LLC
An Internet Marketing and Internet Advertising Agency

socialtalker’s picture

i have never come across the Dynamic Persistent Menu module, thanks a lot!

skessler’s picture

When I installed the Dynamic Persistent Menu I could not find any settings for it, nor can I find any documentation for it. Did you find documentation?

Thanks,
Steve

Steve Kessler skessler[at]denverdataman.com
Denver DataMan - http://www.denverdataman.com

Steve Kessler

nohup’s picture

named Dynamic Persistent menu, you need hit configure and then select the menu root, leave the rest to the module. You might have to fix some css.

Thanks,
Rahul

If you own it, tone it.

Aish’s picture

hi i'm a website on drupal 7 in garland theme and i am really confused on using dynamic persistant menu. please help me................................................................................................................

vinaykimi’s picture

Install nice menu module ,
In page.tpl.php
use this
<?
print theme('links',$primary_links,array('class'=>'links primary-links'));
?>
you can use navbar to print submenus.
<?
print $navbar;
?>
go to admin blocks.
enable nice menu blocks and configure them.