I'm having fits trying to resize some images. Here the skinny: I have some images on my server. All of them are gifs and all are 1000x750. I need a good javascript to resize(shrink) the image when my webpage loads. I've tried all the standard html approaches and the image ends up a mess when the page loads.
Now here is the interesting part: if I use the "browser's" zoom feature (it doesn't matter which browser, they all seem to work) and select 75% or 125% the image looks fine..??!!! Ahhhh! help... (please note that the image is a mess before I select the browser's zoom feature. So it must refresh the image from the server when it zooms..?)
So... I think what I need is a script that will tell the browser to "auto" zoom to a specified percentage. I've already tried a few scripts that just resize and they don't work, so I think using the internal zoom feature for the users default browser is my best bet. Any thoughts..? plz...???
