Thanks, Yogesh, but I was looking for a solution in the css, not in the html. This is because I have literally hundreds of pages with images on them, all of different sizes. Editing all those by hand was more than I wanted to contemplate. Anyway, as noted elsewhere, Theresa Newman spotted the real culprit.
Thanks again, though, to all who responded. Skip Knox Boise State University On Wed, Dec 9, 2009 at 3:43 PM, Yogesh Agashe <[email protected]>wrote: > Hello, > > As Tim and Mehmet have mentioned, setting width should do the trick. > Image wrapper's width is 231px and has 1px border. So total width is > 233px. Set this width on imagewrapper. I tested it on IE8 and it works > fine. > > DIV.imagewrapper { > ..... > width: 233px; > } > > HTH. > Yogesh > > ______________________________________________________________________ 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/
