Click to See Complete Forum and Search --> : hidden div and flash animations


amrigo
08-07-2006, 01:00 PM
Hi

I have a hidden div for a menu item wich is displayed using an onMouseOver event but i have a flash animation below this menu item .

The hidden div when visible becomes partial hidden by the flash animation

i have tryed a higher z-index but it does not work!

How can i fix this problem ?

Thank´s in advance

WebJoel
08-07-2006, 04:46 PM
Ths is an inherint problem with FLASH, -it assumes itself to be 'z-index:infinity' or at least, always +1 above everything else...

There might be another way, like putting the FLASH inside of a DIV and then putting another DIV with a higher z-index 'above' that (but I've never tried it)..