IFRAME Hides my Drop Down Menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
elbilo
Advanced
Advanced
Posts: 13
Joined: Tue Sep 28, 2004 3:37 am
Location: Coral Springs FL USA
Contact:

IFRAME Hides my Drop Down Menu

Post by elbilo »

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
elbilo
Advanced
Advanced
Posts: 13
Joined: Tue Sep 28, 2004 3:37 am
Location: Coral Springs FL USA
Contact:

MAC and Iframes

Post by elbilo »

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>
Leeson
Advanced
Advanced
Posts: 19
Joined: Tue Aug 10, 2004 12:23 pm

Post by Leeson »

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