解決IE6 3像素Bug的css寫法_經驗交流

來源:互聯網
上載者:User
只要觸發IE的hasLayout,非浮動元素就會擁有布局。所以,利用IE6特有的hack規則,為它單獨寫樣式就可修複此問題:
_zoom:1;
margin-left: value;
_margin-left: value-3px;

zoom 是IE觸發Layout條件之一,因為它是IE特有的CSS規則,所以採用zoom。
margin-left: value-3px 是修複IE6 中3px 的bug。
此前採用非浮動元素也浮動的方法修複bug,現在我們可以試試這個新的方法了!
註:前面的底線是專門寫給IE7以下版本的hack!
  • 相關文章

    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.