Tom Livingston wrote: >> My first reaction was... Yikes!, Are you nuts! > Me again, > > http://66.155.251.18/platformrg.com/people/ > > In IE5.5/6Win (and Opera 8 MAC) I am seeing extra space under the > image and can't figure out where the heck it's coming from. Can you?
This is normal behavior. It's because your left bar is "taller" than the picture. Remove padding on your elements in the sidebar and you'll see that the "footer" moves up and comes touching your image. If you didn't set your font-size value using pixels, you could have seen the same effects by simply reducing text-size in MSIE. Re: the box model, if you have a 100px wide box with a 1px border around it. In IE5 that box is 100pixel wide (including the border), but in other browser (including IE6 unless it is in quirks mode), that box will be 102pixels wide. That's what you've small differences in IE5 with the borders. And it works the same with padding. HTH, Thierry | http://www.TJKDesign.com ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************