css - 为什么白色图像分布不均匀?

时间:2010-01-31 22:34:35

标签: css

在这个网站上: http://yoursdproperty.com/index.php?option=com_jumi&fileid=8&Itemid=34

正如你可以看到白色背景底部的一点点灰色不稳定,它会停止然后重新开始。你知道它有多顺利吗? alt text http://img29.imageshack.us/img29/2944/fullscreencapture131201.png

1 个答案:

答案 0 :(得分:1)

像bellow一样设置iframe样式可能会起到快速修复的作用,但我认为页面结构中有一点Code Smell

width: 850px; height: 650px; background-color: white;

编辑:对于其他位,请尝试

<div id="wrapper_2">
  <div id="holder">
    <div id="content" style="background-color: white;">

至于页脚,我认为您只需要重新考虑如何使用背景图像。