Do you read its comment?
Code:
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
Code:
.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;
}
Sry but i think with CSS hover image you can't center all the image becoz of using position: absolute. I think you should try a click CSS Gallery such as this:
http://www.cssplay.co.uk/menu/gallery_click.html
Bookmarks