Sottolineatura tratteggiata sui link al passaggio del mouse

« Older   Newer »
 
  Share  
.
  1. charly
        +1   -1
     
    .

    User deleted


    CODICE
    <a href="http://www.lukeonweb.net">Luca Ruggiero</a>

    Si inserisca nel foglio di stile delle proprie pagine il seguente codice:

    a
    {
       color: #000080;
       text-decoration: Underline;
       border-bottom: None;
    }
    a:hover
    {
       color: #000080;
       text-decoration: None;
       border-bottom: Dashed 1px #000080;
    }




    Ricordo che il bordo tratteggiato Dashed è supportato da Ms Internet Explorer solo dalla versione 5.5 in poi.
     
    Top
    .
0 replies since 21/11/2009, 08:59   70 views
  Share  
.