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?

  • @vinnie, please describe the problem in more detail. - Nicolas Chabanovsky
  • Try {visibility: hidden} and it doesn’t hurt to add <param name="wmode" value="opaque" /> - Palmervan
  • did not help - vinnie
  • 2
    Update the question (add a section of code that contains a video and close the link). Make sure you have an object in the moss, not an embed. Wrap the video in a div and hide it, not the object itself. - iKuzko

0