Hi,
Does anyone know how to do zooming?
I have a drop down list called zoom as shown below.
Appreciate if someone can show me example of code.HTML Code:<td style="text-align: center; width: 135px;"><small>Zoom:</small> <select name="zoom"> <option value="all" selected="selected">All</option> <option value="20">20%</option> <option value="100">100%</option> <option value="200">200%</option> </select></td>
Thanks.



Reply With Quote

Bookmarks