I am attempting to make a thumnail viewer whereby when you roll your mouse over the thumbnail, you get a thumbnail sized view of a larger email. As you move around the thumbnail youll see various parts of the larger pictures.
You can see this here by rolling over the last (green) image.
When you roll over I swap images between the low res thumbnail and a higher res version. For some reason this larger image is no longer bound by the overflow: hidden
property of the parent. What do I have to do to get this to work?
Update
The position: relative
property is currently set on the parent above the .artwork
container that currently provides the overflow: hidden
. Adding overflow: hidden
to the top level container works correctly but seems to negate the rounded border effect...