I would like to know how zoom property can be controlled through javascript, like div.style.top , how to specify for zoom ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The Firefox & Chrome (Webkit) equivalents to the IE-specific A sample code would be:
You'd have to be a bit more careful with Javascript (test for existence first), but here's how you'd manipulate them:
|
|||||||||||||||||||
|
|
It is a property of
|
|||
|
You might want to try a lightweight jQuery plugin called Zoomoz. It uses CSS3 transform properties (translate, rotate, scale). Check out the "Zooming the jQuery way section. Hope it helps.
|
|||
|
|