Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/03/2005, 10:03
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 4 meses
Puntos: 61
Javieeeeerr... que tienes que reducir el coooodigo

<html>
<head>
<title>Untitled</title>
<script>
function borde(obj) {
obj.style.borderStyle=(obj.style.borderStyle=='out set')?'inset':'outset';
}
</script>
</head>
<body>
<table>
<tr>
<td style="border-style:inset; border-width:1x;padding:5px;" onclick="borde(this)">Hola!</td>
</tr>
</table>
</body>
</html>

Un saludo!!
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.