CSS實現背景透明,文字不透明(各瀏覽器安全色)

來源:互聯網
上載者:User

/*CSS*/
.waps{ background:url(07158.bmp) no-repeat top center fixed; width:1004px; text-align:center; line-height:28px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.con{ text-align:left; width:500px; height:400px; margin:0px auto; padding:100px 50px;
background:rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;/*實現FF背景透明,文字不透明*/
filter:Alpha(opacity=80); background:#fff;/*實現IE背景透明*/}
.con p{ position:relative;}/*實現IE文字不透明*/

/*HTML代碼*/
<body>
<div class="waps">
   <div class="con">
     <p>CSS實現背景透明,文字不透明(各瀏覽器安全色)CSS實現背景透明
    </p>
   </div>
</div>
</body>

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.