Ok basically I have a table with multiple rows, and two images inside a table data element per row, I am using these images as thumbnails you can click on to bring up the larger image, now the thumbnail size I'm using is 100x100, yet my table row height is permanently at 103.36px (according to IE developer tools) which is very odd, so there is a space at the bottom of the image between that and the border, I have tried EVERYTHING I can think off, I have commented out my whole CSS file just leaving the rules for the table and I still have these gaps, I have double even triple checked my html for problems and I can't find any
One very odd thing; when I move the
<link href="css/stylesheet.css" type="text/css" rel="stylesheet" /> element from the head to the very very top of my html file (above the DOCTYPE) these gaps disappear and one or two items on the page change position slightly
An album of pictures to explaining my problem, from them you can see that this is mad:
http://www.sendspace.com/filegroup/o...t9Yl9b6O4Z%2FA
Thanks in advance