Click to See Complete Forum and Search --> : How can one get this image effect


Lusito06
10-31-2005, 04:48 AM
Hi
Can anyone tell me how to achieve this effect in a JPEG image that is in a web page. Thank you for your tips.

Lusito06 :confused:

JAPerson
11-02-2005, 02:22 AM
That effect is built into Internet Explorer and is used when you are viewing an image file (not a web page) that is larger than the browser window. If the image is smaller than the browser window, that effect will not appear.

So, first you need a rather large image file and second, a link on your page to that image.

<a href="large_image.jpg">Large Image</a>

There are scripts that resize images within the page that you may wish to look for if that is more of what you are interested in.

Hope this answered your question.

Lusito06
11-04-2005, 10:34 AM
Thanks JAPerson. That's people like you that make the web worthwhile.