I need to create a one pixel shadow on three sides of an element using box shadow. I’m using the following code, except it’s creating a two pixel border but I only need one.
-moz-box-shadow: 0 1px 1px #c00
-webkit-box-shadow: 0 0 1px 0 #c00
box-shadow: 0 0 1px 0 #c00
Try 3 shadows, no blur. http://jsfiddle.net/leaverou/8tgAp/1/