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?
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.
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
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
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.
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
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.