Hi I want to achieve zoom in/out feature which is available in chrome and IE
For instance in IE I can easily set the zoom, percentage by using the following javascript code
document.style.zoom="20%";
How can I achieve the same in Firefox and Opera, any help,guideline is really appreciated.