
30/07/2002, 10:50
|
 | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 4 meses Puntos: 61 | |
Re: Declarar table, td, tr... en document
creo que esto queda más profesional:
<html>
<head>
<title>Prueba</title>
<style>
.cece{color:black;
font:normal}
.bbb{color:gray;
font:bold;}
</style>
</head>
<body>
<table>
<tr>
<td class="cece" onmouseover="this.className='bbb'">dg gfgfgf</td>
</tr>
</table>
</body>
</html> |