CSS中RGBA的兼容方法以及透明度計算方法
- 次
- 人評論
CSS對IE使用背景透明 實現(xiàn) rgba 效果?12345height:35px;background: -webkit-gradient(linear,left top,left bottom,from(rgba(68,102,113,0.9)),to(rgba(46,74,83,0.9)));background: -moz-linear-gradient(top, rgba(68,102,113,0.9), rgba(46,74,83,0.9));filter:progid:D…
查看更多

















