怎样让页面加入的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盖住了