[Javascript] innerHTML assignment overflows TD cell in FF

Paul Novitski paul at juniperwebcraft.com
Fri May 30 11:13:09 CDT 2008


 At 5/29/2008 04:39 PM, Skip Evans wrote:
 ..in JS code to insert the content into the column 
 labeled "the most stuff".
 The problem is when that column has less content, 
 and then shifts to more content the latter part of 
 the content runs over the footer below the main 
 content row.
 I would not expect Firefox to misbehave in these circumstances. What
styling are you applying to the table?
 Also, have you tried using 'proper' table markup? i.e.,
 table
         thead
                 ...
         /thead
         tfoot
                 ...
         /tfoot
         tbody
                 ...
         /tbody
 /table
 It would be interesting to see if browsers played more nicely with
this.
  Regards,
 Paul
 __________________________
 Paul Novitski
 Juniper Webcraft Ltd.
 http://juniperwebcraft.com [1]  


Links:
------
[1] http://juniperwebcraft.com/../../../



More information about the Javascript mailing list