No da ningún error. No salen los datos, este es el div donde salen los datos:
Código Javascript
:
Ver original<div id="usuario">
<table width="100%" id="data">
<thead>
<tr bgcolor=#DFEBFF>
<th><span title="selecc">Selecc.</span></th>
<th><span title="id_aviso" >Nº Aviso</span></th>
<th><span title="telefonos">Teléfono</span></th>
<th><span title="name">Nombre</span></th>
<th><span title="calle">Calle</span></th>
<th><span title="poblacion">Población</span></th>
<th><span title="calle">Aparato</span></th>
<th><span title="marca">Marca</span></th>
<th><span title="situacion">Situación</span></th>
</tr>
</thead>
<tbody>
<th><div id="carga1" class="carga1"></div></th>
</tbody>
</table>
</div>
Con este estilo:
Código CSS:
Ver original#data tr{
background:#FFFFFF;
}
#data tr:hover{
background:#DFEBFF;
}