[thelist] Workaround for setAttribute bug in IE7?

Matthew Pollard matthew at chickenskinners.com
Tue Dec 12 03:35:08 CST 2006


Ryan

I amp pretty sure you can access the colspan as a property rather than an
attribute - if that makes sense. Something along the lines of:

newCell.colSpan = 8;

I think you should really access the id in the same way:

newCell.id = blah;


Cheers

Matthew








More information about the thelist mailing list