Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/12/2004, 15:57
Avatar de PatomaS
PatomaS
Colaborador
 
Fecha de Ingreso: marzo-2004
Ubicación: En alguna otra parte
Mensajes: 4.656
Antigüedad: 20 años, 1 mes
Puntos: 63
Hola

Puedes utilizar esto como estilo:

Código:
<style type="text/css">
.celdita_1:hover {
	background-color: #ff00ff;
}
</style>
Y en el html esto
Código:
<table border="1" width="50%">
	<tr>
		<td width="20%" class="celdita_1">texto</td>
		<td width="80%">texto</td>
	</tr>
</table>

Este código funciona al menos en:
- Mozila
- Firefox
- Opera 7.23
- Netspace 7.2

No funciona en:
- Explorer 6.0 sp1

Pero seguro que utilizando un poco de javascript puedes hacerlo funcionar para todos los navegadores.

Felicidad
__________________
¡ hey, hou, hou, hey !