I've run into a quirk with how vertical menu items set their width when the menu is in a table cell.
Basically, the TD containing the menu gets ends up being wider than the menu itself, because of the large contents of the TD above it. When that happens I'd like the menu to expand to fill the full width of the TD.
menuwidth="100%" handles making the menu the full width, but that doesn't make the items any bigger. The ways I've tried to make the items bigger all have flaws, at least in Firefox.
It's hard to explain so I made some examples.
http://www.divad.org/~davidh/menuprob/prob.html
http://www.divad.org/~davidh/menuprob/prob2.html
http://www.divad.org/~davidh/menuprob/prob3.html
So, by giving the items an extremely large itemwidth I can make it work in IE, but not in Firefox (well, at least I'm not willing to live with window resize creepage).
As always, any input would be appreciated.
