Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/09/2002, 07:44
Avatar de DragonX
DragonX
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 21 años, 9 meses
Puntos: 177
Re: roll over en dreamweaver

<style type="text/css">
a{text-decoration:none; color: #FFFFFF}
a:visited {text-decoration: none; color: #FFFFFF}
a:active {text-decoration: underline; color: #FFFFFF}
a:hover {text-decoration: underline; color: #FFFFFF}
table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #2D4492; border-color: #00005A #00005A #00005A black; border-top-width: medium; border-right-width: medium; border-bottom-width: medium}
</style>

Pone esto antes de cerrar el <head>.
esto hace que tus links se vean blancos y al pasar el mouse por encima se subrrayen.
Si queres modificarlos lo podes hacer tranquilamente!

Salu2 :cantar: