Acabo de modificar el css del blog para los comentarios con estilo.
en Chrome y firefox se ven correctamente pero en explorer no :(
podeis verlo en
http://myway.i-barakaldo.com/?p=1377
el codigo que falla es:
Código HTML:
.comments, .comments ul, #comments li {
margin : 0;
padding : 0;
list-style : none;
}
.comments li {
margin : 1.5em 0;
position : relative;
font-family : Tahoma;
font-size : 13px;
background : url(bg_comments.gif) no-repeat 0% 0%;
overflow : hidden;
}
.comments a {
color : #5a7981;
}
.comments a:hover {
color : #555;
text-decoration : none;
}
.comments .meta {
float : left;
display : inline;
width : 100px;
}
.comments .meta li {
background : none;
margin : 0;
}
.comments .meta .date {
color : #999;
font-size : 11px;
}
.comments .meta img {
border : 0 solid #bfd5da;
}
.comments .body {
float : left;
display : inline;
width : 425px;
padding : 1em 0;
margin-left : 47px;
}
¿alguna solucion?
gracias