By keylope on
I can't figure this out. I have a table with spacer images (transparent gifs) in table cells that causes the cell to have bottom padding. This only happens in firefox and not in IE. I'm still going through all the various style sheets, but does anyone know why this is happening? The strangest part is that it looks fine outside of the drupal theme, but inside, it gets this strange padding.
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td><img src=spacer.gif border=0 /></td>
<td><img src=spacer.gif border=0 /></td>
<td><img src=spacer.gif border=0 /></td>
</tr>
</table>
Any help would be appreciated. Thanks.
Comments
ditto here
I have an image that is broken down into a table to allow for some js. IE it looks wonderful and works. But in Firefox, it puts spaces and the images is not lined up at all. Please help!