Following is the jsfiddle in which I am trying to drop shadow with blur effect only to the right but the shadow is spreading to every side. Please kindly let me know how to modify this fiddle to drop shadow only to rigt thanks,
http://jsfiddle.net/6UFX7/8193/
.myDiv {
margin: 10px;
width: 100px;
height: 100px;
-webkit-box-shadow: 2px 0px 5px 0px #888 ;
}