mamay
08-14-2004, 01:42 PM
I've created a dynamic table where rows can be added upon clicking 'add new row' button
I gave some attribues to <td> tags by 'setAttribute'
the problem is here that 'setAttribute' doesn't work for 'valign' attribute,
for example tag.setAttribute('align','right'); works correctly, but tag.setAttribute('valign','top'); does not work!
I'm using IE6
what's the reason?
thanks.
I gave some attribues to <td> tags by 'setAttribute'
the problem is here that 'setAttribute' doesn't work for 'valign' attribute,
for example tag.setAttribute('align','right'); works correctly, but tag.setAttribute('valign','top'); does not work!
I'm using IE6
what's the reason?
thanks.