Log in

View Full Version : Z-indexing flash?



dtuch_master
06-08-2007, 07:46 AM
Hey all. On my current page I have a drop down menu done in JS and a scrolling image thing done in Flash.

I have z-indexed the div for both elements, yet the drop down menu still goes behind the flash, but above everything else I have on the page.

Is there anyway to directly z-index the flash element besides sticking it inside of a div which I am now?

Or is there something with AS I can do that will make it fall underneath the drop down menu?

Thanks!

jscheuer1
06-08-2007, 07:56 AM
See:

http://www.dynamicdrive.com/forums/showthread.php?p=95475#post95475

dtuch_master
06-08-2007, 09:00 AM
Works like a charm. :) Thanks so much.