zorder of my horizontal menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
kathymck
Beginner
Beginner
Posts: 3
Joined: Thu Apr 23, 2009 10:01 pm

zorder of my horizontal menu

Post by kathymck »

Hello,

I am using FireFox 3.0.9.

When I loaded my index.htm page I noticed that my horizontal dropdown menu is displaying behind an image I have. This image is the width of my website (796 px).

How do I fix this?

Part of my html code:

<body>

<div align="center">

<table border="0" width="796" height="40">
<tr>
<td>
<script type="text/javascript" src="code/milonic_src.js"></script>
<script type="text/javascript" src="code/mmenudom.js"></script>
<script type="text/javascript" src="code/menu_data.js"></script><br/>
</td>
</tr></table>

<br/><br/>
<table border="0" width="780" class="FlashBorder">
<tr>
<td>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/sh ... on=7,0,0,0" width="780" height="150" id="banner_home" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="images/banner_home.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="images/banner_home.swf" quality="high" bgcolor="#ffffff" width="780" height="150" name="banner_home" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td>
</tr></table>
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: zorder of my horizontal menu

Post by Ruth »

Hi,

Well, you're showing a flash object, not an image, so if that is what the menu is supposed to go over, then you need to add the wmode=transparent parameter.

Code: Select all

<param name="wmode" value="transparent" />
Post back if it doesn't work, but we will need a link to test if it doesn't.

Ruth
kathymck
Beginner
Beginner
Posts: 3
Joined: Thu Apr 23, 2009 10:01 pm

Re: zorder of my horizontal menu

Post by kathymck »

I added the param code and it is still not working on my FF version.
Here is the link

http://www.innovantage.ca/wyatt/
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: zorder of my horizontal menu

Post by Ruth »

Hi,

I just tested in FF 1.5, 2.0.0.18, 3.0.8 and the menu drops over the flash in all versions. Is there maybe a cache issue?

Ruth
Post Reply