Page 1 of 1

Sub Menu display problem

PostPosted: Tue Mar 29, 2011 4:24 pm
by satellitejack
Hello there

I created nav buttons with version 2.11 and placed them on my webpage with no problems. However I added 2 more tables underneath the nav buttons. When there was no content in the new tables, the drop down menus displayed fine from the buttons. When I added content in the 2 tables underneather the nav buttons, the drop down menus get blocked (or go underneath) the newly added items. Is there a way to move the drop down menus to the front of the items below?

Any help would be appreciated ...thanks Rob

Re: Sub Menu display problem

PostPosted: Tue Mar 29, 2011 8:02 pm
by Aivars
Could you post a link to the website so I can take a look?

Re: Sub Menu display problem

PostPosted: Tue Mar 29, 2011 8:14 pm
by satellitejack
Aivars

Here is a link for you ...thanks Rob

http://kojm.com/TEST/index2.php

Re: Sub Menu display problem

PostPosted: Tue Mar 29, 2011 8:26 pm
by Aivars
Ah, yes, Flash wants to be on top, above everything. You can try to make it behave by doing this with your Flash object:

1. Add the following parameter to the OBJECT tag:

Code: Select all
<param name="wmode" value="transparent">


2. Add the following attribute to the EMBED tag:

Code: Select all
wmode="transparent"



Edit: more info about this here: http://kb2.adobe.com/cps/155/tn_15523.html

Re: Sub Menu display problem

PostPosted: Tue Mar 29, 2011 9:14 pm
by satellitejack
Aviars

Thank you for the help! Works like a charm. Have a great day ...Rob

Re: Sub Menu display problem

PostPosted: Tue Mar 29, 2011 9:17 pm
by Aivars
Nice font for the menu buttons, by the way :)

Re: Sub Menu display problem

PostPosted: Mon Oct 08, 2012 5:03 pm
by gazac
Aivars wrote:Ah, yes, Flash wants to be on top, above everything. You can try to make it behave by doing this with your Flash object:

1. Add the following parameter to the OBJECT tag:

Code: Select all
<param name="wmode" value="transparent">


2. Add the following attribute to the EMBED tag:

Code: Select all
wmode="transparent"


Edit: more info about this here: http://kb2.adobe.com/cps/155/tn_15523.html


Many thanks for this, I was having the same problem, with a sub-menu going under a flash slideshow
it now works great