I have problem with creating round circle in Safari (only on Windows). The problem is that when I apply the fix for safari mentioned elsewhere:
-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
I loose drop shadow on element:
http://jsfiddle.net/qWdf6/627/
Is there a way to keep drop shadow?