Internet Explorer 5.5 and up allows you to enlarge or shrink an object in your page by the zoom property. You just need to set the
property as follows:

object.style.zoom = magnification;
where magnification can be one of the following:

normal Default. Normal size. No zoom in or zoom out.
scale Floating point number that specifies the factor to apply. 1.0 is normal.
percentage Floating point number followed by a percent sign. 100% is normal.

You can apply...like this: