100% width, spread out the menu?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jay_doggie
Beginner
Beginner
Posts: 4
Joined: Mon Feb 26, 2007 2:03 am

100% width, spread out the menu?

Post by jay_doggie »

I have a menu:
http://maxima.websitewelcome.com/~diocesew/

The menu is 100% width in the table cell, so is there a way to get the cells to spread out evenly across the horizontal span?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

To spread it out evenly set menuwidth="100%"; and itemwidth="100%";

The one issue when you do this is that any two word items, tend to wrap so you'll need to put a non breaking line space between them, i.e. Two& n b s p;Words

No space between that symbol and letter. I had to do that so it would show up here, even in code tags that particular code sometimes disappears and becomes a space....

Ruth
jay_doggie
Beginner
Beginner
Posts: 4
Joined: Mon Feb 26, 2007 2:03 am

works!

Post by jay_doggie »

awesome! Thanks again.
Post Reply