博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在ie,fierfox浏览器中,div层飘在flash上面显示的问题
阅读量:4145 次
发布时间:2019-05-25

本文共 255 字,大约阅读时间需要 1 分钟。

问题来源:在flash中想调用外部的网页显示在flash之上。

问题描述:在IE6下显示正常,但在firefox和google下,flash元素在优先级很高,就会一直显示在上面,把div遮住。

解决办法:在html中修改swf的wmode属性的值为Opaque 或Transparent 。

wmode有三个值:window|opaque|transparent,默认是window。Opaque表示无窗口模式、transparent表示透明。当wmode取后两个值时就可以实现div漂浮在flash 之上了。

        

转载地址:http://hunti.baihongyu.com/

你可能感兴趣的文章
Pentaho BI开源报表系统
查看>>
Pentaho 开发: 在eclipse中构建Pentaho BI Server工程
查看>>
JSP的内置对象及方法
查看>>
android中SharedPreferences的简单例子
查看>>
android中使用TextView来显示某个网址的内容,使用<ScrollView>来生成下拉列表框
查看>>
andorid里关于wifi的分析
查看>>
Spring MVC和Struts2的比较
查看>>
Hibernate和IBatis对比
查看>>
Spring MVC 教程,快速入门,深入分析
查看>>
Android 的source (需安装 git repo)
查看>>
Commit our mod to our own repo server
查看>>
LOCAL_PRELINK_MODULE和prelink-linux-arm.map
查看>>
Simple Guide to use the gdb tool in Android environment
查看>>
Netconsole to capture the log
查看>>
Build GingerBread on 32 bit machine.
查看>>
How to make SD Card world wide writable
查看>>
Detecting Memory Leaks in Kernel
查看>>
Linux initial RAM disk (initrd) overview
查看>>
Timestamping Linux kernel printk output in dmesg for fun and profit
查看>>
There's Much More than Intel/AMD Inside
查看>>