开发者

filter: progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=80 ) not working in firefox

开发者 https://www.devze.com 2023-02-06 04:53 出处:网络
filter: progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=80 ) opacity: 0.5; -moz-opacity: 0.5; not开发者_StackOverflow working in firefox. How to solve this issue?Well, you forgot a ; after

filter: progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=80 ) opacity: 0.5; -moz-opacity: 0.5;

not开发者_StackOverflow working in firefox. How to solve this issue?


Well, you forgot a ; after the ).

And opacity should be 0.8 to match 80 in the first rule.

0

精彩评论

暂无评论...
验证码 换一张
取 消