Can I get menu at top to show over iframe below it?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mkleinosky
Beginner
Beginner
Posts: 4
Joined: Wed Apr 30, 2008 9:25 pm

Can I get menu at top to show over iframe below it?

Post by mkleinosky »

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@kleinosky.com

source code of the page:
<table height="10" ><tr><td><span style="color: white">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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://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/MyWor ... UXML=0.xml" width="1000" height="640" scrolling="auto" frameborder="0" border="0"></iframe>
</td>
<td class="tdtr"><p>&nbsp;</p>
</td>
</tr>
<tr><td colspan="2">

</td></tr></table>
<div style="text-align:center"><b></b></div></td></tr></table></body></html>
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: Can I get menu at top to show over iframe below it?

Post by John »

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.
John
Post Reply