css 一些 常用布局
生活随笔
收集整理的這篇文章主要介紹了
css 一些 常用布局
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
div骨架
Code????<div?id="header">ss</div>
????<div?id="container">
????????<div?id="content">ss</div>
????????<div?id="side">ss</div>
????</div>
????<div?id="pagefooter">ss</div>
css樣式
1-2-1布局? 絕對定位法
Code<style>
????div{}{
????????border:solid?1px?red;
????}
????#header,#container,#pagefooter{}{
????????margin:0?auto;
????????width:760px;
????}
????#container{}{
????????position:relative;
????}
????#content{}{
????????position:absolute;
????????top:0;
????????left:0;
????????width:500px;
????}
????#side{}{
????????margin:0?0?0?500px;
????}
</style>
1-2-1布局 浮動法
Code<style>
????div{}{
????????border:solid?1px?red;
????}
????#header,#container,#pagefooter{}{
????????margin:0?auto;
????????width:760px;
????}
????#content{}{
????????float:left;
????????width:498px;
????}
????#side{}{
????????float:left;
????????width:258px;
????}
????#pagefooter{}{
????????clear:both;
????}
</style>
轉(zhuǎn)載于:https://www.cnblogs.com/zjm1126qqcom/archive/2009/02/19/1393809.html
總結(jié)
以上是生活随笔為你收集整理的css 一些 常用布局的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 学习java过程中
- 下一篇: MULTISIM仿真2