Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:30
Problems with horizontal sub-menus
Poster: funkykeys
Dated: Wednesday May 21 2003 - 17:39:18 BST
Hi,
I've created static horizontal main links that, onMouseover, display subs for each that are also set to display horizontally (as opposed to the default vertical). Problem is, even though I've set a dark gray 1px border around them in the style properties, only the top left corner of the first sub in a group displays as a border--the rest of that sub, and the others in that group, don't show borders. If I change the subs to display vertically, the borders show up fine.
Is this a known issue, and if so, is there a fix?
Also, I'd like the subs to resize their widths independently, depending on text length. If I leave a width out, they get all jumbled up. Plus, if one sub has two words that wrap and another has one that doesn't, the height of the box for the 2-word sub is naturally bigger than the height of the one-word sub, making the "buttons" look incongruent in design. Is there a way also to force all boxes to have the same height, regardless of how many lines of text get wrapped?