</div>
CSS代码:
#wrap{width:100;height:auto;}
#column{float:left;width:60;}
#column1{float:left;width:30;}
#column2{float:right;width:30;}
#column3{float:right;width:40;}
.clear{clear:both;}
float定位二
xhtml代码:
<div id="center"class="column">
<h1>Thisisthemaincontent.</h1>
</div>
<div id="left"class="column">
<h2>Thisistheleftsidebar.</h2>
</div>
<div id="right"class="column">
<h2>Thisistherightsidebar.</h2>
</div>
CSS代码:
body{
margin:0;
padding-left:200px;/*LCfullwidth*/
padding-right:190px;/*RCfullwidth CCpadding*/
min-width:200px;/*LCfullwidth CCpadding*/
}
.column{
position:relative;
float:left;
}
#center{
width:100;
}
#left{
width:200px;/*LCwidth*/
right:200px;/*LCfullwidth*/
margin-left:-100;
}
#right{
width:190px;/*RCwidth*/
margin-right:-100;
}
这些网上baidu一下都应该可以搜到
当你能看懂这些时不妨自己动手亲自写一些比较简单的,这些应该多去实践才会真正的掌握
我写的这个
xhtml代码:
<div id="enter"><a href="http://www.ziuo.cn/lbs">The story of the Worm</a></div>
<div id="ziuotext">时光一逝永不回,往事只能回味.<br />忆童年时竹马青梅,两小无猜日夜相随.<br />春风又吹红了花蕊,你已经也添了新岁.<br />你就要变心像时光难倒回,我只有在梦里想依偎.</div>
<div id="copyright">
owered By <a href="/">ZiUo.Cn</a> CopyRight 2005-2007 <a href="http://www.miibeian.gov.cn/" target="_blank">豫ICP备05026732号</a></div>CSS代码:
body {background-color:#FFFFFF;margin: 0px;text-align:center;line-height:150%;font-size:12px;color:#AA0000;font-family:'宋体'}
#enter{;font-size:20px;font-family:Impact;margin-top:100px;}
如果您也想将您的文章发表到武汉seo培训,欢迎来稿!
留言给我们!
