Ver Mensaje Individual
  #6 (permalink)  
Antiguo 07/01/2008, 08:10
Avatar de hades87
hades87
 
Fecha de Ingreso: diciembre-2007
Ubicación: Barcelona - España
Mensajes: 3.194
Antigüedad: 16 años, 4 meses
Puntos: 68
Re: Efecto de cambio de color en botones sin imagen

Código HTML:
<html>
<head>
<style type="text/css">  
td:hover {color:yellow}
td a {width:100%; display:block}
td a:hover {color:yellow}
</style>
</head>
<body>
<td><a href="algo.html">Enlace</a></td>
</body>
</html> 
seria algo asi :P