News:

Build a stunning handcrafted website with IT Acumens

Main Menu

ZOOM in HTML

Started by thiruvasagamani, Jul 21, 2008, 07:23 PM

Previous topic - Next topic

thiruvasagamani

This is the Sample code for to Zoom your image


<html>
<body>
<div id="myDiv"
     style="width:100pt;
            background-color:red;">
The Complete Job Potral.


www.ItAcumens.com
</div>
<button onclick="myDiv.style.zoom='200%'">Zoom 200%</button>
<button onclick="myDiv.style.zoom='100%'">Zoom 100%</button>
</body>
</html>
Thiruvasakamani Karnan