为了账号安全,请及时绑定邮箱和手机立即绑定

解决不了问题

clear:both;在这里就不起作用啊?

正在回答

2 回答

clear:both是同级元素之间使用http://www.css88.com/book/css/properties/layout/clear.htm,或者<div id="main">
    <div id="left"></div>
    <div id="right"></div>
    <div style="clear: both"></div>
</div>这样,不知道你这个程序要实现什么效果
0 回复 有任何疑惑可以回复我~
#1

可奈姆 提问者

非常感谢!
2015-03-17 回复 有任何疑惑可以回复我~

如果clear:both的那个div也是float属性那就会不起作用

0 回复 有任何疑惑可以回复我~
#1

可奈姆 提问者

#main{width:960px;height:300px;background:#FFF;clearboth} #left{float:left;width:740px;background:#CF9;} #right{float:right;width:210px;background:#FCF;} </style> </head> <body><div id="main"> <div id="left"></div> <div id="right"></div></div> </body> </html> 你实验这个程序,overflow:hidden就有效而clear:both无效
2015-03-17 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

解决不了问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信