star1488 portfolio ~ Because for me the graphic is a passion

Effetti alle targhette

« Older   Newer »
  Share  
CAT_IMG Posted on 2/2/2010, 12:20
Avatar


-----

Group:
Administrator
Posts:
1,567

Status:


Inserendo uno di questi codici in amministrazione e poi in fondo ai codici html(modifica colori e stili) potete dare alle targhette del vostro forum un effetto particolare! Eccone alcuni:




Targhette Invisibili:

CODICE
a:hover .s {filter: alpha(opacity=50)}



Targhette Sfocate:

CODICE
a:hover .s {filter: blur}




Targhette Spente/Accese:

CODICE
.web a:link img, .web a:visited img {filter:alpha(opacity=30); -moz-opacity: 0.5; opacity: 0.5}
.web a:hover img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0}


Targhette a onde:

CODICE
a:hover .s {filter: wave(strength=10)}



Targhette Capovolte:

CODICE
hover .s {filter: flipv}
 
Web   Top
0 replies since 2/2/2010, 12:20   352 views
  Share