兼容IE8灰色遮罩層處理方法

rgba(0,0,0,0.6):IE8及如下版本的瀏覽器並不識別這種寫法css

須要使用ie的filter來解決這個問題html

<div style="height:100px;width:100px;rgba(0, 0, 0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);"></div> 

 

轉:http://moneyinto.iteye.com/blog/2237095瀏覽器

轉換IE Filter網站: https://kilianvalkhof.com/2010/css-html/how-to-use-rgba-in-ie/網站

相關文章
相關標籤/搜索