I'm trying to put a solid border around an image but the spacing around the image varies in IE and other browsers and isn't a consistant on all 4 sides.
<div style="float:right; border:1px solid #666666; padding: 2px;2px;2px;2px;">
<img src="images/image.jpg" alt="mining"/>
</div>