日期:2014-05-18  浏览次数:20437 次

怎样让页面加入的div 不透明
我的页面中加入了一个div,怎样让他的背景不透明呢?

------解决方案--------------------
css...指定一个不透明的图片做背景...
------解决方案--------------------
<div style="width: 100px; height: 100px; background-color:White; ">
------解决方案--------------------
在style里加上z-index

eg:
<div style= "width: 100px; height: 100px; background-color:White; z-index:0 ">
------解决方案--------------------
<div style= "width: 100px; height: 100px; background-color:#aacc00; "> 
颜色值任意设置
------解决方案--------------------
指定一个背景不就OK了
------解决方案--------------------
只要设定一个背景颜色就不透明了
------解决方案--------------------
将z-index设置大点 如2046 就行了
------解决方案--------------------
那只能用 Iframe盖住了