Im trying to create a border around my images that is about 6px of white and then a 1px grey border around that. Im using:
background-color: #ffffff;
padding: 6px;
border: 1px solid #dfdad4;
This works great in Firefox 2 but it doesnt work at all in IE. Does anybody have any ideas on how I could make this work?