CSS 灰度img与css crossbrowser

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 灰度img与css crossbrowser相关的知识,希望对你有一定的参考价值。

<!-- HTML -->
<a class="a-thumb"><img src="/img/proxy-thumb.gif" /><span> </span></a>

/* CSS */
a.a-thumb {
	border: 1px solid black;
	position: relative;}
a.a-thumb img {
	width: 60px;
	height: 60px;
	border: 0;}
a.a-thumb span {
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	z-index: 100;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;}

以上是关于CSS 灰度img与css crossbrowser的主要内容,如果未能解决你的问题,请参考以下文章

CSS CSS Crossbrowser透明度

CSS Crossbrowser CSS Gradient

css CrossBrowser简单的CSS3动画

css CrossBrowser简单的CSS3动画

CSS CSS Crossbrowser Min-height

html CrossBrowser垂直CSS文本