Targhetta sezione a destra che appare al passaggio del mouse

« Older   Newer »
 
  Share  
.
  1. ¤Nyu~
        +1   -1
     
    .

    User deleted


    Solitamente i forum hanno la targhetta sezione a sinistra del titolo, questa guida vi illustrerà come cambiare posizione.

    Per le targhette a destra che appaiono al passaggio del mouse inserite in Colori e stili > Dove preferite (in fondo) questo codice:
    CODICE
    .board .web img {float: right; padding-right: 5px; background-repeat: no-repeat}
    .board .web a:link img, .board .web a:visited img {visibility: hidden}
    .board .web a:hover img {visibility: visible}

    Per avere invece solo la targhetta visibile a destra del titolo inserite:
    CODICE
    .board .web img {float: right; padding-right: 5px; background-repeat: no-repeat}
     
    Top
    .
0 replies since 7/7/2012, 16:25   56 views
  Share  
.