Is it possible to go about turning a dynamically scaled image:
background: url(img.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
Into something that has individual rollovers/hover states/buttons that scale with the image?
To extend the functionality of something like this:
http://davidjbradshaw.com/imagemap-resizer/example/
So that if you were to hover over a state it would perform your css hover
animation?