1. 首页
  2. 服务器应用
  3. Web服务器
  4. css 透明度的设置兼容所有浏览器

css 透明度的设置兼容所有浏览器

上传者: 2020-09-29 11:14:15上传 PDF文件 26.77KB 热度 13次
[code] .transparent_class {filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5; opacity: 0.5;} [/code] UPDATE: I wanted to pull this post out of the archives and update it a bit because it there seems to be a good amount of interest in t
下载地址
用户评论