- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>
- IE背景半透明
- </title>
- <style type="text/css">
- .alpha{
- width: 100px;
- height: 100px;
- color: #fff;
- background: rgba(0, 0, 0, .3);
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #50000000, endColorstr = #50000000)\9;
- }
- :root .alpha{
- filter: none; /*for IE9*/
- }
- </style>
- </head>
- <body>
- <div class="alpha">
- 文字文字
- </div>
- </body>
- </html>
=======================签 名 档=======================
原文地址(我的博客):http://www.clanfei.com/2013/07/1714.html
欢迎访问交流,至于我为什么要多弄一个博客,因为我热爱前端,热爱网页,我更希望有一个更加*、真正属于我自己的小站,或许并不是那么有名气,但至少能够让我为了它而加倍努力。。
=======================签 名 档=======================