最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

div+css小疑问。_html/css

来源:动视网 责编:小采 时间:2020-11-27 16:31:15
文档

div+css小疑问。_html/css

div+css小疑问。_html/css_WEB-ITnose:CSS 大家看一下这个left 和right 共同被一个#maincontainer div包裹。 代码如下。 #left { background: #eee; width: 350px; height: 400px; float: left; } #right { background: #ccc; width: 150p
推荐度:
导读div+css小疑问。_html/css_WEB-ITnose:CSS 大家看一下这个left 和right 共同被一个#maincontainer div包裹。 代码如下。 #left { background: #eee; width: 350px; height: 400px; float: left; } #right { background: #ccc; width: 150p


CSS


大家看一下这个left 和right 共同被一个#maincontainer div包裹。
代码如下。
 #left { background: #eee; width: 350px; height: 400px; float: left; } #right { background: #ccc; width: 150px; height: 400px; float: right; } #maincontainer { width: 500px; overflow: auto; } #foot { background: #eee; width: 500px; height: 100px; }


运行起来是没有问题的 “这里为什么出现?” 是没有的。

但是为什么设计页面中要空出这一块呢? 我并没有设置#maincontainer的height。
也没有任何的边框。为什么出现那一块了呢? 运行起来却没有问题。看着真别扭。
求大神帮解答。


回复讨论(解决方案)

#foot{
clear:both
}
试试

*{margin:0;padding:0;}

LZ啥浏览器?

1楼和2楼的办法都可以试试

 #foot { clear:both; background: #eee; width: 500px; height: 100px; }

测试了IE7、8、9、10和chrome,在IE7中出现这种现象,正在找解决方式。

需要加上层来清除浮动~~




.clear{clear:both;background: none;border: 0;display: block;float: none;font-size:0;margin:0;padding:0;overflow: hidden;visibility: hidden;width:0px;height:0px;line-height:0px;}#left { background: #eee; width: 350px; height: 400px; float: left; } #right { background: #ccc; width: 150px; height: 400px; float: right; } #maincontainer { width: 500px; overflow: auto; } #foot { background: #eee; width: 500px; height: 100px; }

需要加上 层来清除浮动~~




.clear{clear:both;background: none;border: 0;display: block;float: none;font-size:0;margin:0;padding:0;overflow: hidden;visibility: hidden;width:0px;height:0px;line-height:0px;} #left { background: #eee; width: 350px; height: 400px; float: left; } #right { background: #ccc; width: 150px; height: 400px; float: right; } #maincontainer { width: 500px; overflow: auto; } #foot { background: #eee; width: 500px; height: 100px; }

大家误会了 我可能强调的也不对,这个是在VS2008的设计页面中的情况。浏览器运行是正常的。。

应该是上下div边距的问题

文档

div+css小疑问。_html/css

div+css小疑问。_html/css_WEB-ITnose:CSS 大家看一下这个left 和right 共同被一个#maincontainer div包裹。 代码如下。 #left { background: #eee; width: 350px; height: 400px; float: left; } #right { background: #ccc; width: 150p
推荐度:
标签: html div 疑问
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top