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
Sub Menu display problem
Re: Sub Menu display problem
Could you post a link to the website so I can take a look?
Blumentals Software Programmer
-
- Posts: 3
- Joined: Tue Mar 29, 2011 4:09 pm
Re: Sub Menu display problem
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:
2. Add the following attribute to the EMBED tag:
Edit: more info about this here: http://kb2.adobe.com/cps/155/tn_15523.html
1. Add the following parameter to the OBJECT tag:
Code: Select all
<param name="wmode" value="transparent">
Code: Select all
wmode="transparent"
Edit: more info about this here: http://kb2.adobe.com/cps/155/tn_15523.html
Blumentals Software Programmer
-
- Posts: 3
- Joined: Tue Mar 29, 2011 4:09 pm
Re: Sub Menu display problem
Aviars
Thank you for the help! Works like a charm. Have a great day ...Rob
Thank you for the help! Works like a charm. Have a great day ...Rob
Re: Sub Menu display problem
Nice font for the menu buttons, by the way 

Blumentals Software Programmer
Re: Sub Menu display problem
Many thanks for this, I was having the same problem, with a sub-menu going under a flash slideshowAivars 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:
2. Add the following attribute to the EMBED tag:Code: Select all
<param name="wmode" value="transparent">
Edit: more info about this here: http://kb2.adobe.com/cps/155/tn_15523.htmlCode: Select all
wmode="transparent"
it now works great