Pregunta

Me pregunto por qué está sucediendo aquí. Si eliminar el texto: "Sed ut sit persp iciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque."

A continuación, el título de la página va a subir, por favor ver la imagen aquí:

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

Y aquí está el código: http://jsfiddle.net/b5fMe/12/

Gracias

¿Fue útil?

Solución

    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;*/
}
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top