Don Hinshaw wrote: > Hello list, > I am trying to present a photo with a border around it that is 4px away > from the image and I am struggling with why IE 5x does not respect the > padding on the image that creates the 4px buffer in IE6, FF, Safari etc. > As usual, I suspect the answer is staring me in the face, but I am stumped. > Here is a sample URL stripped down for easier debugging with the style > inline. > http://72.29.65.35/~somedom/css/image_border_test.html >
Don, There is no answer. IE5x just won't do it, because it's old and terribly buggy. If you really must have that gap, you'll have to wrap the image in a div and apply the padding and border to it instead. But this is probably not worth it for such a small cosmetic issue in such an old browser. Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
