Here's a tricky puzzle for you. The gradient below is not displaying correctly in Safari, but it works perfectly fine in Firefox and Chrome:
background: linear-gradient(transparent 124px, #de6230);
I've even attempted the following fix without success:
background: linear-gradient(rgba(255,0,0,0) 124px, #de6230);
If you test it on Safari using this jsFiddle link, you'll see the issue: jsFiddle.
Can anyone help me solve this problem?