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?
100% width, spread out the menu?
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
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