Hola amigos weno os cuento mi problemilla:
Tengo una tabla de 8 columnas por 2 filas, el tema que al ponerme en la fila de abajo, osease quiero hacer que cuando me ponga en el texto de abajo el hover de la imgen o fondo de arriba cambie, nose porque no funciona pero weno os dejo el codigo que e usado aver que se puede hacer...
Código:
<tr>
<td style="background-color:#993333; height:100px; width:100px;"><p id="uno">hola a todos</p></td>
<td>2</td>
<td style="background-color:#993333; height:100px; width:100px;">3</td>
<td>4</td>
<td style="background-color:#993333; height:100px; width:100px;">5</td>
<td>6</td>
<td style="background-color:#993333; height:100px; width:100px;" colspan="2">7</td>
</tr>
<tr>
<td><p class="botonera" Onmouseover="document.getElementById("uno").style.backgroundColor='#fff'">Electricistas</p></td>
<td style="background-color:#006633; height:40px; width:100px;"><p class="botonera">Cerrajerías</p></td>
<td><p class="botonera">Persianas</p></td>
<td style="background-color:#006633; height:40px; width:100px;"><p class="botonera">Cristalería</p></td>
<td><p class="botonera">Albañilería</p></td>
<td style="background-color:#006633; height:40px; width:100px;"><p class="botonera">Electrodomésticos</p></td>
<td colspan="2" style="background-color:#996600;"><p class="botonera">Aire Acondicionado</p></td>
</tr>