zoom out browser javascript
/* via css */ body { -moz-transform: scale(0.8, 0.8); zoom: 0.8; zoom: 80%; }
Here is what the above code is Doing:
1. The first line is setting the zoom level to 80% for all browsers except IE.
2. The second line is setting the zoom level to 80% for IE.
3. The third line is setting the zoom level to 80% for IE.