Fallback for CSS3 transitions
问题 I have a CSS3 transition that resizes/positions an image inside a div on hover. FIDDLE This works as desired but my concern is about browsers that don't support CSS3 transitions like IE9-. Would it be possible to write this CSS code so that these browsers have a fallback ? Idealy, the fallback should display the image so it fits the div and isn't zommed (fiddle example) and with no animation on hover. I would prefer a CSS only solution and to not to alter the markup. Full code example : HTML