I am using css to create an image enlargement effect similar to istockphoto.
There is a column of 20 product thumbnails flowing down a page and when the pointer hovers on one thumbnail, css brings the enlarged image into view. Initially the enlarged images are off the left of the page (-1000px).
Is there any way with css to always make the enlarged images appear exactly centered horizontally and vertically on the visible portion of the page?
There is a column of 20 product thumbnails flowing down a page and when the pointer hovers on one thumbnail, css brings the enlarged image into view. Initially the enlarged images are off the left of the page (-1000px).
Is there any way with css to always make the enlarged images appear exactly centered horizontally and vertically on the visible portion of the page?
Comment