Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/07/2010, 22:46
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 17 años
Puntos: 1146
Respuesta: Subrayar texto "onMouseOver"

y para que un falso enlace?
solo asegúrate de declarar el DOCTYPE para que funcione

Código CSS:
Ver original
  1. .TextoSubrayado{font:14px arial;color:#FF9900}
  2. .TextoSubrayado:hover{color:#00FF00; text-decoration: underline;}

Código HTML:
Ver original
  1. <div class="TextoSubrayado">Desarrollo, Diseño y Hosting: CPP Development</div>