The other method of doing it, without changing the image size, is to set 2px
padding on all sides, and then on :hover set padding to 0 and add the 2px
border.
img.border { padding: 2px; }
Img.border:hover { padding: 0px; border: 2px; }
Simon
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/