網(wǎng)站制作9個(gè)永恒的3列布局技術(shù)

2014-10-10    分類: 網(wǎng)站制作

網(wǎng)站制作9個(gè)永恒的3列布局技術(shù)
成都網(wǎng)站建設(shè)的目標(biāo)是找到一個(gè)布局,具有總的布局靈活性,相等的高度柱,只是做工精細(xì)。讓Digg深,見下面的資源列表提供華麗而有效的3柱基于CSS的布局通常有充分的布局結(jié)構(gòu),如標(biāo)題、導(dǎo)航欄、內(nèi)容的容器,側(cè)邊欄和頁腳。

網(wǎng)站制作9個(gè)永恒的3列布局技術(shù)

1.#leftcontent {
position: absolute;
left:10px;
top:50px;
width:200px;
}
2.#centercontent {
margin-left: 199px;
margin-right:199px;
margin-left: 201px;
margin-right:201px;
}
html>body #centercontent {
margin-left: 201px;
margin-right:201px;
}
3.#rightcontent {
position: absolute;
right:10px;
top:50px;
width:200px;
}

2)3列流體CSS布局-與人造列和100%高度
1.#left { float: left; width: 155px; padding: 5px; position: relative;/*** IE needs this ***/ }
2.#right { float: right; width: 110px; padding: 5px; position: relative;
/*** IE needs this ***/ margin-right: -120px; /** This negative margin-right value is the same as the right column width (width + padding). ***/ position: relative; /*** IE needs this ***/ }
3.#content { float: right; margin-right: -165px;/*** Same length as .outer padding-left but with negative value ***/ width: 100%; position: relative;/*** IE needs this ***/ }

3)3-col通過CSS布局
沒有表,沒有絕對(duì)定位(根本沒有定位),沒有黑客(!)所有列的高度相同。
1.#left { float:left; width:150px; margin:0; padding:0; background:url("corner.gif") top right no-repeat; font-size:80%; }
2.#right { float:right; width:150px; margin:0; padding:0; background:url("corner.gif") top right no-repeat; font-size:80%; }
3.#middle { margin:0 150px; background:yellow; font-size:80%; }

4)3列-側(cè)翼菜單
三列,元素的智能順序。

5)多列布局爬出盒子
這是列表之外的文章的一部分,這三列的布局以一種稍微不同的方法:邊界是直接應(yīng)用于集裝箱部

1.#container{ background-color:#0ff; float:left; width:500px; border-left:150px solid #0f0; » /* The width and color of the left rail */ border-right:200px solid #f00; » /* The width and color of the right rail */ }
2.#leftRail{ float:left; width:150px; margin-left:-150px; position:relative; }
3.#center{ float:left; width:500px; margin-right:-500px; }
4.#rightRail{ float:right; width:200px; margin-right:-200px; position:relative; }


6)LayoutGala的3個(gè)固定柱
1.div#container {width:700px;margin:0 auto}
2.div#wrapper {float:left;width:100%}
3.div#content {margin-right: 300px}
4.div#navigation {float:left;width:150px;margin-left:-150px}
5.div#extra {float:left;width:150px;margin-left:-300px}
6.

7)3固定搜索引擎優(yōu)化
1.#page_margins {width: 980px; min-width: 980px; max-width:none }
2.#main { float:left; width: 100%; background-color: transparent; background-image: url(../../images/bg_pattern.png); background-repeat:repeat-y; background-position:left; }
3.#col1 { width: 480px; float:left; margin-left: 240px; }
4.#col2 { width: 240px; float:left; margin-left: -720px; }
5.#col3 { margin-left: -5px; margin-right: 0; width: 240px; float:right;}


(8)一個(gè)真正的布局
1.#block_1 { float: left; width: 34%; margin-left: 33%; }
2.#block_2 { float: left; width: 33%; margin-left: -67%; }
3.#block_3 { float: left; width: 33%; }


9)馬克斯設(shè)計(jì)-液體瘋狂
一個(gè)很好的液體例子,可以用來做報(bào)紙一樣的布局。
必須檢查布局銀行

CSS布局- 950像素-簡(jiǎn)化您的CSS設(shè)計(jì)與這些簡(jiǎn)單的純CSS布局
threecolumnlayouts–CSS討論收集了一噸的3欄布局和各迅速總結(jié),即流體/固定,頁眉/頁腳!

新聞標(biāo)題:網(wǎng)站制作9個(gè)永恒的3列布局技術(shù)
網(wǎng)站網(wǎng)址:http://www.kartarina.com/news44/20394.html

網(wǎng)站建設(shè)、網(wǎng)絡(luò)推廣公司-創(chuàng)新互聯(lián),是專注品牌與效果的網(wǎng)站制作,網(wǎng)絡(luò)營銷seo公司;服務(wù)項(xiàng)目有網(wǎng)站設(shè)計(jì)網(wǎng)站制作

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

微信小程序開發(fā)
主站蜘蛛池模板: 亚洲Av永久无码精品三区在线| 久久亚洲AV永久无码精品| 无码日韩人妻精品久久蜜桃| 亚洲AV无码不卡在线播放| 无码日韩精品一区二区免费| 国产亚洲?V无码?V男人的天堂 | 午夜无码一区二区三区在线观看| 亚洲熟妇无码另类久久久| 久久久久无码精品国产app| 午夜人性色福利无码视频在线观看 | 国产精品一级毛片无码视频| 日韩精品无码专区免费播放| 成在人线av无码免费高潮水| 亚洲av无码专区在线观看亚| 久久精品中文无码资源站| 中文字幕无码一区二区三区本日| 无码国产精成人午夜视频不卡| 无码人妻黑人中文字幕| 亚洲中文久久精品无码ww16| 无码视频在线播放一二三区| 无码h黄肉3d动漫在线观看 | 99久无码中文字幕一本久道| 久久亚洲AV成人无码国产| 国模无码人体一区二区| 成人免费无码H在线观看不卡| 东京热HEYZO无码专区| 亚洲av无码专区在线电影天堂| 免费人妻无码不卡中文字幕系| 国产精品免费无遮挡无码永久视频| 亚洲?v无码国产在丝袜线观看| 日韩精品无码Av一区二区| 韩国精品一区二区三区无码视频| 无码人妻丰满熟妇片毛片| 中文字幕日产无码| 国产成人无码AV片在线观看 | 一本色道无码道在线| 亚洲av无码天堂一区二区三区| 无码人妻精品一区二区蜜桃百度 | 中文字幕精品无码一区二区三区| 久久中文精品无码中文字幕| 国产精品毛片无码|