0

我想知道为什么会在这里发生。如果删除文本:“Sed ut persp iciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque。”

然后网站的标题会上升,请看这里的图片:

http://www.freeuploadimages.org/images/sgazmtxj4f92ywdkqn82.jpg

这是代码:http: //jsfiddle.net/b5fMe/12/

谢谢

4

1 回答 1

1
    td.threecol{
        width:28%;
        padding-right:20px;
        padding-left:20px;
        font-size:11px;
        color:#444;
        padding-top:20px;
        border-right:1px solid #ccc;
        vertical-align:top;/* add this line */
    }

#content .secondary-heading{
    font-size:18px;
    font-weight:normal;
    color:#333;
    font-style:normal;
    font-family:Georgia;
    text-align:left;
    /*
    margin-bottom:15px;//remove this line
    margin-top:-100px;//remove this line
    */
    /*line-height:1.4;*/
}
于 2010-08-29T13:37:18.757 回答