Greetings,
I am trying to apply a CSS3 box shadow to only the top, right, and left of a DIV with a radius that matches the result of the following CSS (minus the bot
#div:before { content:""; position:absolute; width:100%; background:#fff; height:38px; top:1px; right:-5px; }