滤镜透明度问题

xiaoxiao2021-02-28  111

<!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content="muyou"> <meta name="Keywords" content="牧佑叔叔"> <meta name="Description" content="-牧佑"> <title>Document</title> <style> #div1 { width:100px; height:100px; background:red; opacity:0.5; } </style> </head> <body> <!--opacity:0.5; 透明度 IE下 filter:Alpha(Opacity=60)相当与0.6 100相当于1--> <div id="div1"></div> </body> </html>
转载请注明原文地址: https://www.6miu.com/read-42734.html

最新回复(0)