Just WOT Essence!

Targhetta sezione a destra che appare al passaggio del mouse, CSS

« Older   Newer »
  Share  
Fabrizio'
view post Posted on 17/4/2010, 20:19




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 17/4/2010, 20:19   253 views
  Share