Multiple Menus - Assigning a fixed width

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Emi
Beginner
Beginner
Posts: 1
Joined: Mon May 22, 2006 10:35 pm
Contact:

Multiple Menus - Assigning a fixed width

Post by Emi »

Hi

I have inserted 3 menus vertically in my table but whilst they all appear in the correct position they are showing 3 different widths, is there a way to control that so that i can make the three menus uniform?

Thank you

:)
Emily
vikenk
Mega Advanced
Mega Advanced
Posts: 297
Joined: Tue Nov 29, 2005 7:38 pm

Post by vikenk »

Hi,

Use the menuwidth property:

Code: Select all

menuwidth=100;
That will set the menus to exactly the wodth you want. A URL would be best, though, so we can see exactly what you need.
Post Reply