Ashley
Damn, I just saw that's the same thing for my style Border-radius & shadow properties. It's broken when it is exported with the minifier.
So, how do I have to write the e.g. elem.style.borderRadius ?
[edit]
OK about style properties, I get it.
elem["style"]["borderRadius"]
But do I have to do this for ALL my style properties ??? I don't really understand why it breaks some style properties, some others not... ?