css設定透明度(相容ie,firefox)

來源:互聯網
上載者:User

方法一:

  針對ie,在子容器添加:
  position:relative;
  針對firefox等就只能使用png
  background:url(images/boxbg.png);
  /*以下只有ie識別*/
  *background:#cccccc;

方法二:

  簡單描述一下,也是網上常見的方法。
  構造三個容器
  首先,讓需要透明的容器和不透明容器保持兄弟關係。
  然後,通過父容器控制大小讓兩個兄弟容器通過定位保持一個看似父子的相片順序。
  方法二是規避了透明度的繼承問題,並不是解決了透明度繼承問題

相關文章

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.