| Topic Title ( Mark this forum as read ) | Topic Starter | Replies | Views | Last Action | ||
![]() | ![]() | Blacknight_92 | -- | -- | 26/8/2008, 13:45 Last Post by: Blacknight_92 | |
![]() | ![]() | Blacknight_92 | -- | -- | 22/8/2008, 14:37 Last Post by: Blacknight_92 | |
![]() | ![]() | Blacknight_92 | 0 | 22 | 18/8/2008, 14:57 Last Post 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 */
}









