Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:16
Can I get menu at top to show over iframe below it?
Poster: mkleinosky
Dated: Monday September 8 2008 - 20:58:10 BST
please see http://mosttraveledpeople.com/_MTPframe ... 1.cfm?id=0
2nd button 'MTP' has 5 submenu items, but only 2 are visible since <iframe> below is on top.
Is there any way to make the milonic mnu display on top?
matthew __at__ kleinosky.com
source code of the page:
<table height="10" ><tr><td><span style="color: white">
</td><td>
<script language="JavaScript" type="text/javascript" src="/jscripts/milonic_src.js"></script>
<script language="JavaScript" type="text/javascript" src="/jscripts/mmenudom.js"></script>
<script language="JavaScript" type="text/javascript" src="/jscripts/milonic_data6loggedout.js"></script>
</td></tr></table>
</tr><tr>
<!---->
<td class="tdtc" colspan="3" width="100%"><span style="font-size:4px"><br></span>
<div style="text-align: center">Welcome! (You are not logged in)
<span style="font-size: .1em"></span>
</div>
<span style="font-size: .1px;color: white; visibility:hidden; text-decoration: none"><a href=http://www.milonic.com/>DHTML Menu By Milonic JavaScript</a></span><hr>
<table style="background-color:#004080"><tr><td style="background-color:#004080">
<iframe src="http://www.mosttraveledpeople.com/MyWorldV2/index.aspx?UXML=0.xml" width="1000" height="640" scrolling="auto" frameborder="0" border="0"></iframe>
</td>
<td class="tdtr"><p> </p>
</td>
</tr>
<tr><td colspan="2">
</td></tr></table>
<div style="text-align:center"><b></b></div></td></tr></table></body></html>
Re: Can I get menu at top to show over iframe below it?
Poster: John
Dated: Monday September 8 2008 - 23:52:08 BST
At least 2 problems to begin with...
Your menu code is down-level (v5.792). v5.801 is current and must be in place for support here in the forum.
You are not set up properly for placing the menu in a td. Please see http://milonic.com/tablemenu.php for instructions.
Come back if you're still having problems after fixing these items.