Home  >  Article  >  Web Front-end  >  How to implement div blocking flash in 360 browser? _html/css_WEB-ITnose

How to implement div blocking flash in 360 browser? _html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:58:181110browse

When dealing with the display and hiding of Flash, due to some reasons, it cannot be hidden using $("# Id of the upper div of flash").hide(), so a div is used to block it.
You can achieve the goal by directly setting the z-index value in Firefox and IE, but in 360 Secure Browser (version 6.3 or 7), neither IE mode nor chrome mode can do it. There are some solutions online, for example:
Available under IE browser:
Available under firefox:


Reply to the discussion (solution)

I solved it myself. Just change it and set the width and height of the flash to 0. It will be OK. Any browser is compatible. ! ! ! ! !

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn