Subscribe to:
Post Comments (Atom)
Sunday, October 12, 2008
HTML | DOM - Adding a child row to a table element in IE browser
While adding a child row to a table, the table has to have 'tbody' tag with id attribute and the table row can be added as a child to tbody element only, careful it is better practice not to add to table directly since adding child directly to the table works in Mozilla Firefox and doesn't in IE.
No comments:
Post a Comment