Ver Mensaje Individual
  #5 (permalink)  
Antiguo 07/09/2004, 04:30
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 22 años, 4 meses
Puntos: 61
Prueba con esto:

<html>
<head>
<title>Untitled</title>
<style>
.boton{
padding:20px;
background:black;
color:white;
font:bold 10px/10px verdana;
width:100px;
cursor:pointer;
cursor:hand;
text-align:center;

}
</style>
</head>

<body>
<script>


</script>
<div
class="boton"
onmouseover="this.style.background='silver'"
onmouseout="this.style.background='black'"
onclick="location.href='http://www.camisa.com'">
CAMISA
</div>

</body>
</html>
__________________
Cómo escribir

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