暗藏玄機 為何CSS所定義屬性沒有效果

來源:互聯網
上載者:User
css

  overflow、overflow-x、overflow-y屬性可以用於管理超過其容器大小的內容,例如:<body style="overflow-x: no">表示頁面不出現橫向捲軸。

  但是當使用!DOCTYPE聲明開啟符合標準的模式時,overflow、overflow-x和overflow-y屬性會應用於HTML元素,應用於BODY元素時無效。

  解決辦法有二:

  1、把overflow、overflow-x、overflow-y屬性寫到標籤裡;

  2、或者刪除!DOCTYPE聲明:

  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>



相關文章

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.