Forzar subrayado en a:hover


/ Published in: CSS
Save to your folder(s)

Forzamos el subrayado en todos los casos.


Copy this code and paste it in your HTML
  1. a:link,a:visited,a:hover, a:active{
  2. text-decoration:none;
  3. }
  4.  
  5. a:hover{
  6. text-decoration:underline!important;
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.