B
bgold12
Does internet explorer support the statement
elem.setAttribute('style', ... );, for example:
document.getElementById('ExampleID').setAttribute('style', 'width:
10px' );
I can't get that statement to work in IE7, although it works in FF3.
bgold12
elem.setAttribute('style', ... );, for example:
document.getElementById('ExampleID').setAttribute('style', 'width:
10px' );
I can't get that statement to work in IE7, although it works in FF3.
bgold12