DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> WEB前端代碼 >> CSS使DIV居中、靠右、靠左
CSS使DIV居中、靠右、靠左
編輯:WEB前端代碼     
DIV居中:
<div style="margin-left:auto;margin-right:auto;width:300px;background-color:Silver;">
DIV居中 CSS 代碼 <a href="http://"></a>
</div>


DIV靠右:
<div style="margin-left:auto;margin-right:2px;width:300px;background-color:Aqua;">
DIV靠右 CSS 代碼 <a href="http://"></a>
</div>

DIV默認靠左:
<div style="width:300px;background-color:Fuchsia;">
DIV靠左代碼 <a href="http://"></a>
</div>

DIV居中 CSS 代碼 DIV靠右 CSS 代碼 DIV靠左代碼
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved