vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   vB navbar dropdown menu gets hidden behind embedded flash player on page (https://vborg.vbsupport.ru/showthread.php?t=200316)

sparklywater 12-31-2008 09:42 PM

vB navbar dropdown menu gets hidden behind embedded flash player on page
 
I'm using vBulletin's navbar dropdown menu feature on my webpage.

Near the middle of the page there is an embedded flash audio player.

If you try to use the dropdown menus near the middle of the page, the dropdown list displays BEHIND my embedded flash player. The result is that the menu options are hidden behind the flash player and cannot be seen.

Is there any way to make the vB navbar menu have a higher order / priority on the page such that the menu will be displayed ABOVE all other elements on the page?

UKBusinessLive 12-31-2008 10:24 PM

Not sure, but the easiest thing would be to move the embedded flash audio player??

Just a thought :confused:

ForumsMods 12-31-2008 10:30 PM

This is caused by missing off the 'wmode' parameter to your flash movie embed/object tag.

Add the following to your <object> tag:
Code:

<param name="wmode" value="transparent" />
and the following to your <embed> tag:
Code:

wmode="transparent"

sparklywater 12-31-2008 11:14 PM

Quote:

Originally Posted by Gasper (Post 1698200)
This is caused by missing off the 'wmode' parameter to your flash movie embed/object tag.

Add the following to your <object> tag:
Code:

<param name="wmode" value="transparent" />
and the following to your <embed> tag:
Code:

wmode="transparent"



Thanks for your reply. I've just tried that and although the dropdown menu is now layered correctly on top, the transparent setting has distorted one of my flash movies which has a black background. It looks like the setting is trying to make the black background into a transparent layer.

Any other ideas?

sparklywater 01-02-2009 03:13 AM

I have solved this problem by setting wmode to value "opaque" instead. For more info please see:

http://www.communitymx.com/content/a....cfm?cid=e5141

TimberFloorAu 01-02-2009 06:18 PM

We had these issues, and I wish I had been able to resolve it as you, instead I used a ajax expanding drop down menu block to alleviate the problem.

Ste

sparklywater 01-02-2009 10:01 PM

I've managed to use the wmode attribute for swf files embedded using <object> and <embed> tags, but I have some swf files embedded using the <iframe> attribute because those swf files only work in iframe due to filepath issues. Is there any way for me to set an equivalent 'wmode' value to an iframe?

Any help would be appreciated.

sparklywater 01-03-2009 11:11 PM

Quote:

Originally Posted by TimberFloorAu (Post 1699531)
We had these issues, and I wish I had been able to resolve it as you, instead I used a ajax expanding drop down menu block to alleviate the problem.

Ste

Can you please link me to that AJAX dropdown menu? It looks like I might have to look into alternatives.

Also, what's been your experience of using that dropdown menu? Is it any good?

Thanks.

TimberFloorAu 01-04-2009 02:57 AM

Have you seen our drop down menu ?

Its cool and very popular.

Ste


we use DynamicDrives DDPANEL

http://dynamicdrive.com/dynamicindex...pdownpanel.htm

Devanand 05-26-2010 01:33 PM

Thread is old but I didn't want to open another. I have same problem but my code is in SCRIPT and NOSCRIPT which I got from marketing company so I can't change it. How can I solve this problem?


All times are GMT. The time now is 03:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01139 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete