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

menu going down on flash when browsing in firefox


Poster: santosh
Dated: Friday October 6 2006 - 4:39:45 BST

Hello sir,

I am freelancer developer.
I am using js menu in my website .
-(Milonic DHTML Menu Written by Andy Woolley)
On Internet explorer its showing fine but when i use firefox or
other browser to view my website menu r not coming above the flash file .
its going under the flash can u pls help me out in this issue.


Poster: Ruth
Dated: Friday October 6 2006 - 5:59:24 BST

Hi,

Try this post, and also make sure you view the one about 2 or 3 replies below by Kevin where he talks about setting mozillaZIndex.

http://www.milonic.com/forum/viewtopic. ... 8900#38900

Ruth

menus r going down while using netscape


Poster: santosh
Dated: Friday October 6 2006 - 6:16:53 BST

hello Menus r going down while browsing in netscape. in ie its working fine.


Poster: Ruth
Dated: Friday October 6 2006 - 6:36:18 BST

You need to follow the directions for flash settings for these browsers.

Here is a post with an example of doing the flash setttings, also do try the post Kevin had about setting fixMozillaZIndex=true;

http://www.milonic.com/forum/viewtopic. ... 8694#38694

There are also links in that last post to macromedia and the explanations about this issue.

Ruth

Netscape it wont work.


Poster: santosh
Dated: Friday October 6 2006 - 7:09:48 BST

Tx for ur reply.

I did respected changes which u mention after doing this changes this is working in Firefox. But on Netscape it wont work.


Poster: Ruth
Dated: Friday October 6 2006 - 8:57:28 BST

Hi,

Please provide a link to the page and post which netscape browser is having the problem.

Ruth

hello


Poster: santosh
Dated: Friday October 6 2006 - 9:39:17 BST

i am using Netscape 7.0 . Sorry but i am checking this in local drive site is not yet uploaded on internet. If u want i will send u html page.

If yes then pls provide email id to me so that i can send mail to u.

Pls suggest me in netscape


Poster: santosh
Dated: Monday October 9 2006 - 4:38:07 BST

Hello sir, Pls suggest me some solution so that my site will work on netscape.

I am facing problem only on netscape now. as menus r comming but its going under flash. i used following tag for flash.

[b]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="749" height="135" >
<param name="movie" value="images/abtus.swf">
<param name="quality" value="high">
<param name=wmode value=transparent>
<param name="SCALE" value="noborder">
<embed src="images/abtus.swf" width="749" height="135" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" WMode="Transparent"
scale="noborder" align="top" SCALE="noborder"></embed><object>[/b]


Poster: kevin3442
Dated: Monday October 9 2006 - 5:36:19 BST

Have you tried using the fixMozillaZIndex global property? Using it, along with your posted code and my own .swf file, makes my test menus appear above the flash.

Set
Code:
fixMozillaZIndex=true;

This is a global property, not a menu property or a style property. Set it with the other globals used in your menu_data code (e.g., _subOffsetLeft, _subOffsetTop, ...).

Hope that helps,

Kevin