在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
用来设定元素透明度的 Opacity 是CSS 3里的一个属性。当然现在还只有少部分浏览器支持。不过各个浏览器都有自己的私有属性来支持,其中包括老版本的Mozilla和Safari: IE: filter:alpha(opacity) 很不幸的是,你没看见Opera,老版本的Opera并没有什么私有属性可以代替opacity。(新版Opera已经支持opacity) 所以以前用CSS设定一个元素半透明的话,可能会这样写: CSS Code复制内容到剪贴板
用javascript来设定一个元素为半透明: JavaScript Code复制内容到剪贴板
下面给大家介绍css透明度的设置 (兼容所有浏览器) 一句话搞定透明背景! CSS 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 this subject. Here is what each of those CSS properties is for: opacity: 0.5; This is the “most important” one because it is the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. This would be all you need if all browsers supported current standards. Which, of course, they don’t. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论