menu going down on flash when browsing in firefox

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
santosh
Beginner
Beginner
Posts: 5
Joined: Fri Oct 06, 2006 4:27 am

menu going down on flash when browsing in firefox

Post by santosh »

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.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
santosh
Beginner
Beginner
Posts: 5
Joined: Fri Oct 06, 2006 4:27 am

menus r going down while using netscape

Post by santosh »

hello Menus r going down while browsing in netscape. in ie its working fine.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
santosh
Beginner
Beginner
Posts: 5
Joined: Fri Oct 06, 2006 4:27 am

Netscape it wont work.

Post by santosh »

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.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

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

Ruth
santosh
Beginner
Beginner
Posts: 5
Joined: Fri Oct 06, 2006 4:27 am

hello

Post by santosh »

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.
santosh
Beginner
Beginner
Posts: 5
Joined: Fri Oct 06, 2006 4:27 am

Pls suggest me in netscape

Post by santosh »

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]
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

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: Select all

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