| Forum | Topics | Replies | Last Post Info | |
![]() | 3 | 0 | 26/8/2008, 13:45 In: CERCHIAMO STAFF By: Blacknight_92 | |
![]() | 3 | 0 | 26/8/2008, 13:45 In: CERCHIAMO STAFF By: Blacknight_92 | |
![]() | 3 | 0 | 26/8/2008, 13:45 In: CERCHIAMO STAFF By: Blacknight_92 | |
![]() | 4 | 0 | 26/8/2008, 13:45 In: CERCHIAMO STAFF By: Blacknight_92 | |
![]() | 7 | 0 | 29/8/2008, 15:31 In: Protected Forum By: Blacknight_92 | |
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 9;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px solid #FBFB00;
visibility: hidden;
color: black;
font-weight: bold;
color: #FBFB00;
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: 2;
left: 0px; /*position where enlarged image should offset horizontally */
}









