01 2014 档案

摘要:1. left left left 1 #wrapper { 2 float: left; 3 width: 100%; 4 margin-left: -200px; 5 } 6 #navigation { 7 float: left; 8 width: 200px; 9 }10 #extra {11 float: left;12 width: 200px;13 }14 15 div#footer{clear:both;width:100%} 阅读全文
posted @ 2014-01-31 23:09 我的百科全书 阅读(155) 评论(0) 推荐(0) 编辑
摘要:1. left left left 1 #wrapper { 2 float: left; 3 width: 100%; 4 margin-left: -200px; 5 } 6 #content { 7 margin: 0 25% 0 200px; 8 } 9 #navigation {10 float: left;11 width: 25%;12 margin-left: -25%;13 }14 #extra {15 float: left;16 width: 200px;17 }18 div#footer{clear:left;width:100%}2... 阅读全文
posted @ 2014-01-31 23:04 我的百科全书 阅读(106) 评论(0) 推荐(0) 编辑
摘要:1.left left left 1 #wrapper { 2 width: 66%; 3 float: left; 4 } 5 #content { 6 margin-right: 200px; 7 } 8 #navigation { 9 width: 200px;10 float: left;11 margin-left: -200px;12 }13 #extra {14 float: left;15 width: 34%;16 }17 #footer {18 clear: both;19 } 阅读全文
posted @ 2014-01-30 00:33 我的百科全书 阅读(130) 评论(0) 推荐(0) 编辑
摘要:1.left, left,left 1 #wrapper { 2 float: left; 3 width: 100%; 4 } 5 #content { 6 margin: 0 200px 0 33%; 7 } 8 #navigation { 9 float: left;10 width: 33%;11 margin-left: -100%;12 }13 #extra {14 float: left;15 width: 200px;16 margin-left: -200px;17 }18 #footer {19 clear: both;20 }2.r... 阅读全文
posted @ 2014-01-29 19:14 我的百科全书 阅读(172) 评论(0) 推荐(0) 编辑
摘要:1. left , left, left 1 #wrapper { 2 float: left; 3 width: 100%; 4 } 5 #content { 6 margin: 0 33% 0 200px; 7 } 8 #navigation { 9 float: left;10 width: 200px;11 margin-left: -100%;12 }13 #extra {14 float: left;15 width: 33%;16 margin-left: -33%;17 }18 #footer {19 clear: both;20 }2.... 阅读全文
posted @ 2014-01-29 19:03 我的百科全书 阅读(138) 评论(0) 推荐(0) 编辑