On Thu, 2006-04-13 at 14:19 -0400, Leonardo Soto M. wrote:
> > var cont;
> > try{
> > var _r = TR(null, TD(null, 'Rows to display:'));
> > cont = TABLE(null,_r);
>
> IE forces you to use TBODYs. This should be
> cont = TABLE(null, TBODY(null, _r));
Bingo.
Thanks for that.
Worik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---