作者cgcat (小绵羊赶集)
看板Web_Design
标题[问题] 关於float与clear的用法
时间Tue Jun 12 18:00:45 2007
语法如下
#header ul {
margin:0;
padding:10px 39px 0 0 ;
float:right;
width:490px;
list-style:none;
text-align:right;
line-height:1.0
}
#header li {
display:inline;
padding-left:1em;
text-transform:uppercase;
font-size:x-small;
}
#pagebody {
clear:both;
position:relative;
width:777px;
padding-top:12px;
}
书上是写说因为在首页使用了float所以先将这个清除掉;
'想请问的是clear的使用时间与clear:both是指什麽样的意思呢
谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.210.5.68
2F:→ dlikeayu:float用多了 到时会要用到里技来hack不正常现像 orz 06/13 16:11