|
Place a bid
DRAGONFLY 2007 GREEN TRANSLUCENT sold out geocoin
.gallerycontainer{
position: relative;
width: 460px;
padding-top: 1px;
line-height: 0px;
font-size: 0px;
}
.thumbnail img{
border: 1px solid #aaa; /*thumbnail border color*/
margin: 0 1px 5px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 1px solid black;
}
.thumbnail span.hoverGallery { /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 1px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span.hoverGallery img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbnail:hover span.hoverGallery { /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 74px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
|