I have a background image for a link that I would like to fade and rotate. I use two divs, one with the image, and one that’s blank white. On top of those is a linked image.
Here’s an example:
http://jsfiddle.net/YURg8/48/
The link is not active while fading in Chrome or FF, but works in IE.
Suggestions?
Make an element to wrap those
div-s and position them absolute – http://jsfiddle.net/YURg8/49/