<div id="container"><img src="img.jpg" alt="Image" /><div></div></div>
div.container img + div {display: none;[... all other styling code ...]}div.container img:hover + div {display: block;}div.container div:hover {display: block;}
You can see what I mean below:
HOVER OFF:
[attachment=1]bio_0000_Layer 2.jpg[/attachment]
HOVER ON:
[attachment=0]bio_0001_Layer 1.jpg[/attachment]
Thanks in advance.
Something like this might work:
The img will probably have to be a fixed height and width for it to display well. You'll also need to position the overlay properly.
Not sure what your skill level is at. How are you trying to accomplish this? Basic HTML? jQuery? CSS?