Search found 2 matches

by svdmoot
Mon Nov 04, 2002 10:20 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How do I make menus pop UP, not down?
Replies: 4
Views: 4086

easy ...

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!
by svdmoot
Tue Oct 29, 2002 2:29 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Bottom style menu in a relative position.
Replies: 0
Views: 1753

Bottom style menu in a relative position.

Hi, I really need help to position my menu. I use a bottom style so the submenus point up (must be like this, since the designer wants this). But it stays in the bottom no matter what code I try like tables, iframe, div.

Does anyone a have a solution for this?

Thanx

SOLVED!!!!!