div垂直置中 css div盒子上下垂直置中

來源:互聯網
上載者:User

標籤:http   並且   osi   www   esc   res   print   vcs   cal   

  建立時間:2015年5月24日(星期天) 下午3:46 | 分類:工作生活 | 字數:459  | 另存新檔... | 列印 | 添加到日曆
  1. <!DOCTYPE html> 
  2. <html> 
  3. <head> 
  4. <meta charset="utf-8" /> 
  5. <title>上下垂直置中 線上示範 DIVCSS5</title> 
  6. <style> 
  7. #main {position: absolute;width:400px;height:200px;left:50%;top:50%; 
  8. margin-left:-200px;margin-top:-100px;border:1px solid #00F} 
  9. /*css注釋:為了方便,對CSS代碼進行換行*/ 
  10. </style> 
  11. <body> 
  12. <div id="main">DIV水平置中和上下垂直置中</div> 
  13. </body> 
  14. </html> 
 這裡設定一個“#main”對象樣式,寬400px,高200px,使用了絕對位置position樣式同時使用絕對位置left和top,並且同時設定margin-top和margin-left,為了觀察到效果,所以對此div盒子加了個紅色邊框。

div垂直置中 css div盒子上下垂直置中

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.