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
I found a way to cover the shadow with ":after", here is my code:
#div:after { content:""; position:absolute; width:5px; background:#fff; height:38px; top:1px; right:-5px; }