> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Skip Evans > Sent: Thursday, May 29, 2008 4:41 PM > To: [email protected] > Subject: [WSG] innerHTML assignment overflows TD cell in FF > > Hey all, > > I have a table set up with a main content cell in > the center column of three, basically like this: > > <table> > <tr> > <td colspan="3">header</td> > </tr> > > <tr> > <td>stuff</td> > <td>the most stuff</td> > <td>stuff</td> > </tr> > > <tr> > <td colspan="3">footer</td> > </tr> > <table> > > On the server side I build a content page and user > innerHMTL=content;
Did you try without using innerHTML? http://www.w3.org/TR/DOM-Level-3-Core/introduction.html -- Regards, Thierry | http://www.TJKDesign.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
