is it possible to remove a CSS property of an element using JavaScript ?
e.g. I have div.style.zoom = 1.2,
now i want to remove the zoom property through JavaScript ?

10 Answers
10

Leave a Reply

Your email address will not be published. Required fields are marked *