[thelist] flushing tables

rudy r937 at interlog.com
Wed May 2 13:03:49 CDT 2001


> http://www.prispop.com/pris.asp?tab=shows
> there's a space between the two tables in Netscape 4.7

hi andrew

>  a) what is the likely cause of this space

usually it's white space in between table rows or cells, which browsers
will often display *before* the table, e.g.

     <tr>  <td>foo</td>  [whitespace]  <td>bar</td>  </tr>

however, this is not the cause of your problem

i had a look with netscape 4.75, and you know what it was?

padding in your style sheet, specifically two instances --

   .content {background:#384651;padding:5px;border-left:1px solid #000000;}

   .sn
{width:137px;height:150px;font-size:12px;color:#000000;background:#FAFAD2;p
adding:2px;}

take the padding out, and the gap between your tables goes away

just don't ask me to explain why!   =o)


rudy.ca






More information about the thelist mailing list