tags:

views:

137

answers:

2
+1  Q: 

div by iframe over

Hello,

I want put a div by iframe over a video containing an active player

is it possible ?

+1  A: 

If the video you are talking about is in flash, so long as you set wmode=transparent in the flash embed code, you can place HTML on top of the flash content using css z-index.

Ady
sadly wmode=transparent adversely affects firefox scroll-wheel :( .. it's always something~~
Scott Evernden
+1  A: 

Actually you may want to use wmode="opaque"

Luca Matteis