编辑下面的代码:【加编码】
<html> <head> <style> div { background-color:red; opacity:0.5; filter:Alpha(opacity=50); /* IE8 and earlier */ } </style> </head> <body> <div>This element's opacity is 0.5! Note that both the text and the background-color are affected by the opacity level!</div> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂