I am currently using onmouseover and onmouseout to swap images on hover. This is working great, but now we would like to add the effect of this scroller - basically, adding the functionality that if image A is 20x20 and the image shown upon hover is 80x80 - how can I get the hover image to open "on top" of the others so the increase in image size does not affect the container or table?
There are a few requirements: The solution needs to work in IE7 and must have the ability to display a different, larger image on hover.