Help

« Older   Newer »
  Share  
"Cucciolotta"
icon14  view post Posted on 29/10/2009, 21:43




Aiutatemi please!! Volevo mettere sul mio forum in tabella lo staff, visto che tantissimi forum hanno lo staff con l'immi e quando ci passi sopra te l'ha fà vedere grande e competa come le vostre, volevo sapere come si faceva, perchè per il mio forum volevo fare la stessa cosa
Rispondetemi al più presto :sniff:
 
Top
B@rb@~
view post Posted on 30/10/2009, 13:35




questo in cima al forum se non sbaglio:
SPOILER (click to view)
CODICE
<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 9;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>



poi in bacheca:
SPOILER (click to view)
CODICE
<a class="thumbnail" href="linkprofilo"><img src="immagine20x40" width="20px" height="40px" border="0"><span><img src="immaginegrande">eventualescritta</span></a>
 
Top
"Cucciolotta"
view post Posted on 30/10/2009, 16:12




Grazie millleeee
 
Top
2 replies since 29/10/2009, 21:43   56 views
  Share