/*CSS*/.waps{background:url(07158.bmp)no-repeattopcenterfixed;width:1004px;text-align:center;line-height:28px;font-size:12px;font-family:Arial,Helvetica,sans-serif;}.con{text-align:left;width:500px;height:400px;margin:0pxauto;padding:100px50px;background:rg..
分类:
Web程序 时间:
2015-06-28 12:56:05
阅读次数:
166
学习笔记:转载自http://www.cnblogs.com/PeunZhang/p/4089894.html 版权归原作者所有白色橡树【原】CSS实现背景透明,文字不透明,兼容所有浏览器IE6和部分IE7内核的浏览器会读懂rgbaIE专属滤镜 filter:Alpha的兼容处理背景透明,文字不透明...
分类:
Web程序 时间:
2015-04-27 18:05:43
阅读次数:
163
测试背景透明度为0.3。文字不透明:background-color: #000;/* 一、CSS3的opacity */opacity: 0.3; /* 兼容浏览器为:firefox,chrome,IE9+ 文字也跟着透明*//* 二、CSS3的rgba */background: rgba(.....
分类:
Web程序 时间:
2015-03-13 12:08:12
阅读次数:
188
实现透明的css方法通常有以下3种方式,以下是不透明度都为80%的写法css3的opacity:x,x 的取值从 0 到 1,如opacity: 0.8css3的rgba(red, green, blue, alpha),alpha的取值从 0 到 1,如rgba(255,255,255,0.8)I...
分类:
Web程序 时间:
2015-01-21 22:13:22
阅读次数:
215
我常用的重置样式表reset.css
/*===============基础信息================*/
*{border: 0;padding: 0;margin: 0;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-si...
分类:
Web程序 时间:
2015-01-12 16:45:19
阅读次数:
158
设置元素的透明度:-moz-opacity:0.8; /*在Firefox中设置元素透明度filter: alpha(opacity=80); /*ie使用滤镜设置透明但是当我们对一个标签设置背景的透明度时,往往我们并不希望该标签上的文字图片也变成半透明了。例如:不透明div{-moz-opacit...
分类:
Web程序 时间:
2015-01-05 20:19:35
阅读次数:
204
不透明 div{background:rgba(0,0,0,0.2) none repeat scroll !important; /*实现FF背景透明,文字不透明*/background:#000; filter:Alpha(opacity=20);/*实现IE背景透明*/width:500...
分类:
其他好文 时间:
2014-11-26 20:38:41
阅读次数:
187
不透明 div{background:rgba(0,0,0,0.2) none repeat scroll !important; /*实现FF背景透明,文字不透明*/background:#000; filter:Alpha(opacity=20);/*实现IE背景透明*/width:500...
分类:
Web程序 时间:
2014-11-25 23:04:24
阅读次数:
150
/*CSS*/.waps{ background:url(07158.bmp) no-repeat top center fixed; width:1004px; text-align:center; line-height:28px; font-size:12px; font-family:Ari...
分类:
Web程序 时间:
2014-11-15 20:00:51
阅读次数:
212
11.11也是公司成立的日子,16岁啦,我呢3岁半,感谢公司给了这样一个平台,让我得以学习和成长,这里祝愿公司发展越来越好~进入主题,每年11月11号是光棍节,产生于校园,本来只是一流传于年轻人的娱乐性节日,以庆祝自己仍是单身一族为骄傲,而如今是各大商家以脱光为由打折促销的时期,成为了所谓的”购物节...
分类:
Web程序 时间:
2014-11-13 16:12:01
阅读次数:
343