Added the menu but does not respond to any changes I make?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
touchcrew
Beginner
Beginner
Posts: 1
Joined: Mon Aug 13, 2007 6:03 pm

Added the menu but does not respond to any changes I make?

Post by touchcrew »

I am adding the menu to drupal but when I post it up this is what it looks like http://www.fansportsunion.com/fan/
this is what this looks like
But when I try to change the color or the width or any thing it does not respond? the only thing that responds to changes is the left and the top Can some please help me

Code: Select all

with(milonic=new menuname("Main Menu")){

alwaysvisible=1;

left=10;
overallwidth=10;

orientation="horizontal";

style=menuStyle;

top=120;
But how do I shrink the width and make the menu skinnyer. can some please help me.

Thanks
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You want the menu to only be 10px? Anyway, try putting in menuwidth=whatever; and itemwidth=whatever;

Ruth
Post Reply