nbsp;HTML>
而且 我把page 里的float:left;换成margin: 0 auto;就可以在 main_all里了,这是我从我的页面挑出来的代码,当我不把page 里的float:left;换成margin: 0 auto;时,还会造成附件的css失效
把float:left; 拿掉。 你这样叫做浮动塌陷,要么清除浮动。
<!DOCTYPE HTML><html><head> <style type="text/css">.main_all{border:1px solid red;width:1200px;margin: 0 auto;}.page{border:1px solid blue;width:1200px;float:left;height:40px;line-height:40px;text-align:center;}</style></head><body><div class="main_all"><div class="page">dsadas</div><div style="clear:both;"></div> </div> </body></html>
谢谢大神!!!!
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号