|
The TD in line 15 and the TD in line 19 are expanding (downward) to meet the depth of your image inside the TD in line 13. That allows the browser to display three instances of the background you are using in the TD on line 15 and it pushes the image within the TD on Line 19 down to approximately the middle of its TD.
In short you're going to have to equalize out the things that are contained within the TR on line 10.
|