This is the current CSS I have to implement Image reflections (though applied to div tags which contain imagehyperlinks - fb and twitter) and it works in Chrome and Safari. How would I implement the same effect in IE9?
.SocialIconStyle
{
width:27px; float:left;
-webkit-box-reflect: below 0
-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));
}