DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> CSS詳解 >> 解決DIV水平居中和垂直居中的多種方案(2)
解決DIV水平居中和垂直居中的多種方案(2)
編輯:CSS詳解     
4、DIV層垂直居中

ExampleSourceCode[]

  1. <divstyledivstyle="width:275px;height:375px;border:solidred;">
  2. <divstyledivstyle="background:green;height:375px;width:275px;
  3. position:relative;display:table-cell;vertical-align:middle;">
  4. <div
  5. style="background:red;position:static;position:absolute\9;top:50%;">
  6. <div
  7. style="background:blue;position:relative;top:-50%;">
  8. div>
  9. div>
  10. div>
  11. div>

5、DIV層垂直水平居中,英文超長換行

ExampleSourceCode[]

  1. <divstyledivstyle="float:left;width:275px;height:375px;border:solidred;">
  2. <div
  3. style="height:375px;width:275px;position:relative;display:table-cell;vertical-align:middle;">
  4. <div
  5. style="position:static;position:absolute\9;top:50%;">
  6. <divstyledivstyle="position:relative;top:-50%;text-align:center;">
  7. <divstyledivstyle="width:85px;WORD-WRAP:break-Word;TABLE-LAYOUT:fixed;
  8. Word-break:break-all;margin:0auto;">
  9. div>
  10. div>
  11. div>
  12. div>
  13. div>

6、div垂直滾動

ExampleSourceCode[]

  1. <div
  2. style="width:160px;height:260px;overflow-y:scroll;border:1pxsolid;">
  3. div>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved