广告联盟网

标题: 这个CSS应该如何书写 [打印本页]

作者: 198010    时间: 2006-11-11
标题: 这个CSS应该如何书写
请见图,如何在缩小窗口后,3号在右边看不到的地方,而不是跑在下边了,我现在大DIV,和三个小DIV,都是具体PX定大小
作者: skyover    时间: 2006-11-11
float模式下是会自动跑到下面的。
作者: 198010    时间: 2006-11-11
缩放这个也会这样,因为我两个DIV都有一定的图片,最,能否像table一样,不受窗口的限制就好了,不知有没有这种办法的.
就像雅虎中国那样,他的不掉下边的
作者: cnbloger    时间: 2006-11-11
最外面的DIV加个overflow:hidden; 就可以


QUOTE:

<div style=&quot; width:300px;height:100px; border:1px solid #000; overflow:hidden;&quot;><div style=&quot;width:120px; height:100px;; float:left; border:1px solid #f60; margin:0 5px;&quot;>1</div><div style=&quot;width:120px; height:100px;; float:left; border:1px solid #f60; margin:0 5px;&quot;>2</div><div style=&quot;width:120px; height:100px;; float:left; border:1px solid #f60; margin:0 5px;&quot;>3</div></div>
作者: 198010    时间: 2006-11-12
还像还是跑哦




欢迎光临 广告联盟网 (https://bbs.ggads.com/) Powered by Discuz! X3.2