摘要: View Code 1 <style type="text/css"> 2 #header,#content,#footer{ 3 background-color:#ccc; 4 border:1px solid #0FF; 5 height:30px; 6 width:80%; 7 margin:10px auto; 8 } 9 #content{10 height:500px;11 }12 #left{13 height:500px;14 width:100%... 阅读全文
posted @ 2011-11-07 09:27 潇墓 阅读(99) 评论(0) 推荐(0)
摘要: View Code 1 <style type="text/css"> 2 #header,#content,#footer{ 3 background-color:#CCC; 4 height:50px; 5 width:80%; 6 margin:10px auto; 7 } 8 #content{ 9 height:500px;10 }11 #left{12 width:30%;13 height:500px;14 float:left;15 ... 阅读全文
posted @ 2011-11-07 08:58 潇墓 阅读(100) 评论(0) 推荐(0)