I am looking into making pure CSS image rollovers.
Do you have any clever (and robust) CSS rollover-tricks?
Or links to such "in the wild"?
I have figured out two methods for this, but have yet to do proper
testing on browser support.
Method I:
On rollover, hide img to reveal background-img.
Method II:
Images in a ul-list, list has a size equal to image size. Overflow
hidden. On rollover, display rollover-img-list-item.
Method II might not work on rollover, but the concept has worked
well with a simple gallery.