September 5, 200917 yr Hi, Does anyone know if it's possible to get a layer to display over a flash image? If you click on 'jewellery' on here you can probably see what I am trying to do http://www.pluraweb.com/pweb/ben/laura/index3.html Many thanks Ben.
September 5, 200917 yr i#m not 100% sure but as far as i know Flash objects are displayed on top of everything by all popular browsers
September 5, 200917 yr Author Yeah I have a feeling you are right, I think I might forget about the flash slideshow and use lightbox instead. But thank you for you reply
September 5, 200917 yr Read this topic which was where a drop down menu was being hidden behind a Flash image. http://www.webdesignerforum.co.uk/topic/23934-how-do-i-stop-a-embedded-flash-oject-blocking-a-drop-down-menu/page__pid__164829__st__0entry164829 The two main things are that the div which you want on top of the Flash (or javascript) must have position: relative and a z-index as z-index on its own doesn't work. I use this method with javascript fading images and tested it with a flash file where the drop down menu was no longer hidden by the flash, so I expect it to work with a div that you want to layer over the flash. or another method is to make the flash transparent or opaque as this tutorial http://css-tricks.com/forums/viewtopic.php?f=2&t=3759
Create an account or sign in to comment