Re: Gap between rows in IE7
I haven't used CSS on tables much, but if the <td> elements get treated like a <div> element, then by being styled it may be getting a default border, margin, and/or padding of 1.
Try explicitly setting all of your borders padding and margin explicitly to 0 for the .descex class.
|