View Single Post

Old 04-26-2007, 12:52 PM   #2 (permalink)
GiorgosK
Junior Member
 
Join Date: Apr 2007
Posts: 1
Rep Power: 0 GiorgosK is on a distinguished road
You might be able to give z-index for the flash object that is lower than the z-index of the menu.Not sure it will actually work but here is a sample CSS(assuming that your objects have ids "menu" and "flashobject")#menu{ z-index: 10;}#flashobject{ z-index: 5;}}
__________________
GiorgosK is offline   Reply With Quote