Im building a draggable map that when the map is dragged the element is given a \'left\' and \'top\' attribute with values for each as so...
There are some styles that can't be easily remove.(overflow comes to mind)
A workaround would be to create 2 different classes and add/remove the one containing the style you want.
NOT the best solution for style properties that can be easily remove/disabled.