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
IFRAME Hides my Drop Down Menu
MAC and Iframes
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>
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>
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://milonic.com/forum/viewtopic. ... ght=iframe
http://milonic.com/forum/viewtopic. ... ght=iframe