css drop menu always on the back of flash movie
Posted: 01 August 2007 03:15 AM   [ Ignore ]
Newbie
Rank
Total Posts:  4
Joined  2007-07-30

i hv a drop down menu created by css, and below that menu, i hv a flash movie. the problem is, when i drop down the menu, it always stay at the back of flash movie. is there any way to bring the menu in front of flash movie?

Profile
 
 
Posted: 01 August 2007 04:50 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  1
Joined  2007-08-01

where you defined the flash movie, set the ‘wmode’ to transparent. then where the container div for the dropdown list is defined in css assign a ‘z-index’ greater than 1.

flash is usually on top of the object stack in a web browser, so no dynamic layers can overlap, but giving the flash object’s wmode a value of transparency, and (but not necessarily) adjusting the z-index of the <div> or <ul> (whatever contains the menu)  allows you to look ‘through’ the flash movie, where it appears behind a css navigation (example: http://www.mtxhome.com/products.aspx)

hope this helps

Profile
 
 
Posted: 01 August 2007 07:50 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  4
Joined  2007-07-30

thx. i would try it first ... :)

Profile
 
 
   
 
 
‹‹ hava a look      float banner ››