background 透明,文字不透明的方法
直接看代码:
<style type="text/css">
#container{ border:1px solid #c00; background-color:rgba(212,0,0,0.5);
*background:#f00; *filter:alpha(opacity=50); width:500px; margin:40px auto; line-
height:200%; font-size:14px; padding:14px;}
#container *{ position:relative;}
</style>
<div id="container"><span>我是内容我是内容我是内容我是内容</span></div>
<p>兼容ie6,ie7以及firefox的css透明滤镜,文字不继承其透明属性。</p>
发表评论:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
相关文章
通过CSS截取文字长度2023-01-02
display:inline-block 水平居中无效的解决办法2019-03-07
CSS中font-family:中文字体的英文名称 2018-11-06
css3 nth-child选择器2018-11-04
CSS3 transform多种组合2018-10-26
scrollbar CSS美化(仿Safari样式)2013-10-28
CSS样式在IE6中失效的解决方案2013-05-06
chrome margin失效的解决办法2013-04-19
使用css调整文字间距2013-04-10
div 垂直居中完美解决办法2013-03-18