I can't get this working. I have a flash header, and a jquery slideshow on my page, but the flash goes over the jquery slideshow (the jquery slideshow appears under the flash). Here's my page, just click on one of the left side images (those four): http://www.sleepy.ro/scutece-copii?slide=ok . Z-index does not help. Please help me out with this. Thanks.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Try adding:

<param name="wmode" value="transparent">

To your object.

In the <embed> (if you have it) tag, add wmode="transparent".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.