There is a link "Close". When you click on her video (object tag) gets the value of display:none . It works in all browsers except Mozilla ... How to fix it?
|
There is a link "Close". When you click on her video (object tag) gets the value of display:none . It works in all browsers except Mozilla ... How to fix it?
Source: https://ru.stackoverflow.com/questions/128749/
All Articles
{visibility: hidden}and it doesn’t hurt to add<param name="wmode" value="opaque" />- Palmervan