While using CSS3\'s box-shadow I am having an issue I do not usually have.
box-shadow
The box shadow usually just bleeds over the div edges, but not on this one.
you can set this style img tag for show shadow-box correctly
.img{ margin:20px; -moz-box-shadow: 0 0 5px #555; -webkit-box-shadow: 0 0 5px #555; box-shadow: 0 0 5px #555; }