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:10
zorder of my horizontal menu
Poster: kathymck
Dated: Thursday April 23 2009 - 22:15:12 BST
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/shockwave/cabs/flash/swflash.cab#version=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>
Re: zorder of my horizontal menu
Poster: Ruth
Dated: Friday April 24 2009 - 2:03:04 BST
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:
<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
Re: zorder of my horizontal menu
Poster: kathymck
Dated: Saturday April 25 2009 - 16:22:28 BST
I added the param code and it is still not working on my FF version.
Here is the link
http://www.innovantage.ca/wyatt/
Re: zorder of my horizontal menu
Poster: Ruth
Dated: Saturday April 25 2009 - 17:59:53 BST
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