Log in

View Full Version : jQuery Multi Level CSS Menu #1



Paramasivan
01-13-2011, 04:20 PM
I used JQuery Multi Level CSS Menu #1 for one of my web sites. There is flash just below the menu. The Sub menus are being displayed only in Firefox and not in any other browsers. I mentioned z-index:100 also at several places of the style sheet, but still the sub menus are not being displayed.

Any help?

Nile
01-14-2011, 03:06 AM
Search through the forums - many people have asked this question.

You can either take a look here. "How to give flash a transparent bg. (http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14201&sliceId=2)."

If not, try adding this to your object tag:


<param name="wmode" value="transparent">

And add this to your embed tag:


wmode="transparent"

As explained in this post here (http://www.dynamicdrive.com/forums/showthread.php?t=14022).
.....

Paramasivan
01-14-2011, 03:13 PM
Thank you very much.

But still not working in browsers other than firefox.

Nile
01-16-2011, 01:07 AM
Link please

Paramasivan
01-16-2011, 04:32 PM
The site is not yet hosted.

I have sent the zipped file of the web pages to email id ddrivehelp@gmail.com

Nile
01-16-2011, 04:38 PM
Okay? I hope you know that's not my email

Paramasivan
01-16-2011, 05:07 PM
Can you please inform your email id to pnp_in@yahoo.com so that I can send you.

Thank you

Nile
01-16-2011, 05:09 PM
Check out my profile - you can get my email there

Paramasivan
01-16-2011, 05:16 PM
I get the following error messages:

Paramasivan, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Nile
01-16-2011, 05:20 PM
jeremyfifty9 [at] gmail [dotttttt] com

Paramasivan
01-16-2011, 05:53 PM
As pointed out by you, the Dreamweaver generates some codes while inserting the flash. By deleting the following tags, it works on all browsers:

Just delete
------------

<script type="text/javascript">

AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','960','height','264','title','Header','src','images/header','quality','high','pluginspage','wmode','transparent','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/header'); //end AC code

</script><noscript>


and
----

</noscript>

Keep only <object> and <embed> tags. It works. Thank you