2

有问题的样式表 div 是:

#leftColumn {
    float: left; 
    width: 650px; 
    position: relative; 
    text-align:left;
    padding: 0;
    background-image: url(../images/contentBg.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
}

该网站尚未上线,但您可以在http://www.downtowndefencelawyers.ca/index.php的页面上查看正在发生的事情。它在 Chrome 和 Firefox 中运行良好,但我尝试过的任何方法都没有在 IE 中运行。对不起,如果这是一个基本修复,但我似乎需要帮助...... :)

4

1 回答 1

0

Have you tried changing the bottom image display property? display: block, display: inline-block, or display: inline? I'm not sure which one is the default for an image.

于 2012-10-12T23:48:20.340 回答