Javascript: Setting vendor styles?

Posted by bobthabuilda on Stack Overflow See other posts from Stack Overflow or by bobthabuilda
Published on 2010-04-17T18:27:19Z Indexed on 2010/04/17 18:33 UTC
Read the original article Hit count: 178

Filed under:
|
|
|
|

I'd like to set vendor styles with Javascript, something like this:

elem.style.mozBorderRadius = '5px';

Is this possible? If so, how?

© Stack Overflow or respective owner

Related posts about css

Related posts about JavaScript