Cita:
Iniciado por juaniquillo creo que te falta algo de css. ¿dónde están los atributos de commentmetadata y authorcommentcontent ?
Cierto, ahora los pongo.
He cambiado algo y ahora la imagen superior está de fondo en vez de estar insertada en la tabla, pero da lo mismo.
Código:
.commentmetadata {
border-left : 1px solid #aaa;
border-right : 2px solid #aaa;
border-top : 1px solid #aaa;
border-bottom : 2px solid #aaa;
font-size : 11px;
text-align : left;
padding : 2px 5px 2px 5px;
margin : 0 0 0 0;
}
table#comentario {
width : 479px;
margin : 0 0 10px 0;
padding : 0 0 0 0;
border-spacing : 0 0;
border-collapse : collapse;
}
td#comentario {
height : 30px;
border-spacing : 0;
background-image : url('http://files.motorsemanal.es/comentario.gif');
background-repeat : no-repeat;
}
td#comentario-autor {
height : 30px;
border-spacing : 0;
background-image : url('http://files.motorsemanal.es/comentario-autor.gif');
background-repeat : no-repeat;
}
div#commentcontent {
background : #ddd;
font-size : 11px;
margin : 0 0 0 0;
padding : 0 5px 0 5px;
border-left : 1px solid #aaa;
border-right : 1px solid #aaa;
border-bottom : 1px solid #aaa;
}
div#authorcommentcontent {
background : #ff7e00;
font-weight : bold;
font-size : 11px;
color: #fff;
margin : 0 0 0 0;
padding : 0 5px 0 5px;
border-left : 1px solid #aaa;
border-right : 1px solid #aaa;
border-bottom : 1px solid #aaa;
}
Saludos.