milov.nl

Interaction design • webdevelopment • web art • photography

October 2001

!ZoomOut



pup wrote on 2001/10/17:
ZOOM IN! ZOOM IN! or maybe ZOOM TOGGLE!


pup wrote on 2001/10/17:
zoom in:
javascript:void(document.body.style.zoom==''?document.body.style.zoom=1*2:document.body.style.zoom=(parseFloat(document.body.style.zoom)*2));

zoom out:
javascript:void(document.body.style.zoom==''?document.body.style.zoom=1*0.5:document.body.style.zoom=(parseFloat(document.body.style.zoom)*0.5));


pup wrote on 2001/10/17:
oops, kind of stretched your layout there. my bad.


pup wrote on 2001/10/17:
testing html in the comments.

<a href="javascript:void(document.body.style.zoom==''?document.body.style.zoom=1*0.5:document.body.style.zoom=(parseFloat(document.body.style.zoom)*0.5));">zoom out</a>


23JUL wrote on 2001/10/18:
In both IE6 and IE5.5 nothing happens.

What should happen?