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.
menu going down on flash when browsing in firefox
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.
viewtopic. ... 8900#38900
Ruth
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.
viewtopic. ... 8900#38900
Ruth
menus r going down while using netscape
hello Menus r going down while browsing in netscape. in ie its working fine.
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;
viewtopic. ... 8694#38694
There are also links in that last post to macromedia and the explanations about this issue.
Ruth
Here is a post with an example of doing the flash setttings, also do try the post Kevin had about setting fixMozillaZIndex=true;
viewtopic. ... 8694#38694
There are also links in that last post to macromedia and the explanations about this issue.
Ruth
Netscape it wont work.
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.
I did respected changes which u mention after doing this changes this is working in Firefox. But on Netscape it wont work.
Pls suggest me in netscape
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/shoc ... n=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]
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/shoc ... n=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]
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
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
Set
Code: Select all
fixMozillaZIndex=true;
Hope that helps,
Kevin