如果添加更多文本,标题会增加

时间:2010-08-29 13:17:06

标签: html css line spacing

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

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

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

以下是代码: http://jsfiddle.net/b5fMe/12/

由于

1 个答案:

答案 0 :(得分: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;*/
}