Graphic Fly

problemi di đan¢e•, [RISOLTO]

« Older   Newer »
  Share  
đan¢e•
view post Posted on 21/6/2010, 10:41




ciao ragazze (: mi potete dire il codice che avete usato x mettere le immagini dello staff nella tabella??
grazie in anticipo ^^
 
Top
*Micia.In.Love_<3
view post Posted on 21/6/2010, 11:19




INSERISCI QUESTO CODICE IN GESTIONE CODICI HTML ---> IN CIMA AL FORUM
CODICE
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

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

.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 INSERISCI QUESTO DOVE VUOI CHE CI SIA LA FOTO:
CODICE
<a class="thumbnail" href="#"><img src="LINK IMMY PICCOLA" width="36px" height="37px" border="0"><span><img src="LINK IMMY GRANDE"></span></a>
 
Top
đan¢e•
view post Posted on 21/6/2010, 12:00




Grazieeeeee ^^
 
Top
*Micia.In.Love_<3
view post Posted on 21/6/2010, 12:11




^_^
Chiudo.
 
Top
3 replies since 21/6/2010, 10:41   69 views
  Share