bgreenhouse
Technical User
Me again
I have made a pop-up menu using a table within a span tag that is invisible until one rollsover the "button" that the menu pops up from. It works well, but because of the use of the layers, the popup menu lies overtop of the rest of the navbar. I put in an empty cell in the table to try and fix this. When I manually set the <td height= to zero, it looks great, and when I manually set it to 148 (the height of the pop up menu), it works well to. What I want to do is have the function that changes the popup menu to visible also change the height of that empty cell, so that the rest of the navbar gets "pushed down" so to speak. I have tried naming the <td> tag (i.e. <td name="sizercell" height="0">) then trying to change the height attribute (document.navbar.sizercell.height = 148 - navbar being the name of the table), but it doesn't work. I can't find any reference in any of my books on whther this can be done or not...
Any suggestions?
Ben
I have made a pop-up menu using a table within a span tag that is invisible until one rollsover the "button" that the menu pops up from. It works well, but because of the use of the layers, the popup menu lies overtop of the rest of the navbar. I put in an empty cell in the table to try and fix this. When I manually set the <td height= to zero, it looks great, and when I manually set it to 148 (the height of the pop up menu), it works well to. What I want to do is have the function that changes the popup menu to visible also change the height of that empty cell, so that the rest of the navbar gets "pushed down" so to speak. I have tried naming the <td> tag (i.e. <td name="sizercell" height="0">) then trying to change the height attribute (document.navbar.sizercell.height = 148 - navbar being the name of the table), but it doesn't work. I can't find any reference in any of my books on whther this can be done or not...
Any suggestions?
Ben