When I was writing a flash advertising code today, because the links that come with flash can easily be regarded as pop-up ads, I made a div layer and placed it on top of the flash so that the links would be triggered by a and would not be blocked. However, I found that the flash always It is above the div layer. It turns out that flash needs to add a parameter.
The method of placing flash under the DIV layer, so that flash does not block floating layers or drop-down menus, and the key parameters of flash not blocking floating objects or layers: wmode=opaque.
The method is as follows:
For IE, add the parameter
For FF, add the parameter wmode="opaque" in
Script House usage code:
XML/HTML CodeCopy content to clipboard
- >
-
<html xmlns="http://www.w3.org/1999/xhtml">
-
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
-
<title>22cntitle>
-
<style type="text/css">
-
Statement of this Website
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
Latest Articles by Author
-
2025-02-24 12:36:12
-
2025-02-24 12:11:09
-
2025-02-24 12:06:10
-
2025-02-24 12:04:13
-
2025-02-24 12:03:10
-
2025-02-24 12:02:09
-
2025-02-24 12:01:10
-
2025-02-24 12:00:16
-
2025-02-24 11:59:10
-
2025-02-24 11:58:14