remnut
Newbie
Posts: 1
Registered: 7/5/2006
Member Is Offline
|
| posted on 7/5/2006 at 12:13 PM |
|
|
vertical layout menu cut off by iframe/table border
Hi,
I created a vertical layout menu with 1 sub-level, default widths, heights etc and it all works great until I try to load it onto my page.
In order to position the menu where I want it, I put it within a table cell/column that is 185 pixels wide.
When I open the sub menu it extends past the border but goes under the border.
I've tried to call the menu like so from within the cell
<tr>
<td>
<script language="JavaScript">
new menu (MENU_ITEMS, MENU_TPL);
</script>
</td>
</tr>
As well as define an iframe to a separate html page
<tr>
<td width="185"><iframe align="left" name="menu" width="185" height="500" src="menu.html"
></iframe></td>
</tr>
Same result both times.
How can I extend beyond the border but OVER the border.
thanks
Mark
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 7/6/2006 at 09:43 AM |
|
|
Free version can only be positioned absolutely (with coordinates in pixels), for relative positioning (i.e. put the menu in the table) use Tigra Menu
GOLD.
|
|
|