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
It's better if you just cover the bottom part with another div and you will get consistent drop shadow across the board.
#servicesContainer { /*your css*/ position: relative; }
and it's fixed! like magic!