Skip to content Skip to sidebar Skip to footer

Override Property Cssstyledeclaration.textshadow?

Is it possible to override the textShadow property of a CSSStyleDeclaration object in JavaScript? I tried the following: var element = document.createElement('div'); Object.defineP

Solution 1:

My problem was arising from a bug in the Chrome browser (see post). In Firefox 8 the code works as expected.


Post a Comment for "Override Property Cssstyledeclaration.textshadow?"