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: Wednesday July 18 2012 - 06:07:20
How do I make menus pop UP, not down?
Poster: snaglepus
Dated: Tuesday October 22 2002 - 4:11:03 BST
Hi,
I would like to use the menu to pop up menus, instead of popping them down. For example, I have an image at the top of the page, and the menu is below that and I want the actual menu popups, to popup above the image above it - I hope this makes sense.....
If so, can this be done and how??????
R.
Poster: trytrix
Dated: Thursday October 24 2002 - 22:09:52 BST
Hi,
Don't think so ..
Maybe in version 4, he Andy ?
Greetings,
Trytrix
easy ...
Poster: svdmoot
Dated: Monday November 4 2002 - 9:20:55 GMT
I changed the screen position to "bottom" and then I placed the menu in a table to position it.
<table>
<tr>
<td width="710" valign="top">
<script language=JavaScript>
PlaceMenu("menuname")
</script><
</td>
</tr>
</table>
Use the menuname from your array file.
Good luck!
not quite
Poster: snaglepus
Dated: Monday November 4 2002 - 10:18:20 GMT
Yes, I tried that as well, except it only works reliably in IE. In Netscape I found that it either didn't work at all, or just placed the menu at the top of the page.