No matter what z-index values ββI try, I cannot overlay my html div element (or img) on ββtop of this flash animation (see top left corner):
http://www.resident.co.il/aspx/places.aspx?t=4&a=1
Any ideas?
See this question . The trick is to add a parameter wmode:
wmode
<param name="wmode" value="opaque" />
Add transparency only if you absolutely need it, since it is more intensive in the processor:
<param name="wmode" value="transparent" />
Also see this demo .
Add this parameter:
<param name="wmode" value="transparent"/>
embed, wmode="transparent"
wmode="transparent"
Source: https://habr.com/ru/post/1725774/More articles:What type of file do you recommend to play a really small video? - c #csv utf-8 writer - python2.4 compatibility - pythonC # WPF - custom resizing - c #How to find out if data is readable from a socket in boost :: asio? - c ++how can I match an int to the corresponding string in C / C ++ - c ++Display content via flash 9 swf? - safariProblem with WSDL - javaDetecting a map in a scene using OpenCV - opencvRuby + QT4; how to start - ruby ββ| fooobar.comC ++ remote debugging using RSE - c ++All Articles