CSS半透明滤镜在FIREFOX和IE下面的能够通用的写法
October 18th, 2008
No comments
CSS半透明滤镜在FIREFOX和IE下面的能够通用的写法,记录下来备用: CSS代码 .test{ background:#000; color:white; width:200px; position:absolute; left:10px; top:10px; filter: Alpha(opacity=10); Continue Reading
最新评论