學習標準——筆記_經驗交流

來源:互聯網
上載者:User
自己總結的幾點:
1、如果一個對象有float的話,基本就不會用到width
2、有時對div的書寫順序也有要求,先寫float
3、終於明白IE為什麼那麼討厭了

一個三欄的例子,中間欄自適應
這裡有個問題,就是三欄之間會有一小段空隙,這在FF下是沒有的,所以如果要形成連續的效果的話,可以在main裡定義背景。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <meta http-equiv="Content-Type" content="text/html;charset=gb2312" /> <style type="text/css"> <!-- #left { float:left; width:200px; height:200px; background:orange; } #middle { height:200px; background:#eee; } #right { float:right; width:200px; height:200px; background:black; } --> </style>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
頁面垂直置中
<style> #test{ width:100px; height:100px; position:absolute; left:50%;top:50%; margin:-50px 0 0 -50px; background-color:#000 } </style>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
  • 相關文章

    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.