Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:55

IFRAME Hides my Drop Down Menu


Poster: elbilo
Dated: Saturday January 29 2005 - 13:14:26 GMT

I am trying to solve the follwing problem:

MAC users can not see the drop down menus on my web site as I have placed the menus at the top in a table and have a Iframe right below the table. The IFrame covers the menus. I have added this code between the table and the Iframe to try to fix the problem, but I do not have a MAC to test it. Could someone be so kind to test it on their MAC?

url: http://www.apfa.org/index_frames.htm

<!------------------------------------->
<code>

<SCRIPT language=JavaScript src="divhider.js" type=text/javascript></SCRIPT>

<div id=formdiv1 name=formdiv1 style="position:relative">

<table bgcolor=#ffffff cellSpacing=0 cellPadding=0 width=97% border="0" align=center>
<tr>
<td>
<iframe name="tempiframe" frameborder=0 marginwidth=0 marginheight=60 bordercolor=#003366 align=center scrolling="auto"
width=100% height=380 id=tempiframe src="/home_frames.htm" ALLOWTRANSPARENCY="true">
Sorry, your browser doesn't support iframes, use Site Map for navigation.
</iframe>
</td>
</tr>
</table>

</div>
<!------------------------------------>
</code>

Thanks

Bill W

MAC and Iframes


Poster: elbilo
Dated: Saturday January 29 2005 - 13:37:30 GMT

PS:

Just added the hidediv tag to my 'data.js' file.

<!------------>
<code>

with(milonic=new menuname("apfamenu")){
style=menuStyle;
overflow="scroll";
orientation="vertical";
hidediv="tempiframe";

</code>


Poster: Leeson
Dated: Monday January 31 2005 - 14:44:21 GMT

A quick search of the forum for "iFrame" will give you another way to solve the problem, not having to use a divhider script (as that may look ugly used on large areas)..

http://www.milonic.com/forum/viewtopic.php?t=4988&highlight=iframe