MoRiA
11-04-2002, 05:23 PM
Is it possible to make the browser skip to a place in an image? The image in question is a very large (in width/height, not file size) PNG and i would like to get the browser to automatically skip to the center of it.
I have tried using an image map and adding this code:
<area shape="rect" coords="1533,1894,1546,1907" name="middle">
to the image map already used on the image and using:
<a href="file.htm#middle">link</a>
to link to it but it does nothing.
My server supports virtually any code language (CGI, Perl, MySQL, SSI) so if it requires one of these then it is available.
Hope you can help. :)
Thanks
I have tried using an image map and adding this code:
<area shape="rect" coords="1533,1894,1546,1907" name="middle">
to the image map already used on the image and using:
<a href="file.htm#middle">link</a>
to link to it but it does nothing.
My server supports virtually any code language (CGI, Perl, MySQL, SSI) so if it requires one of these then it is available.
Hope you can help. :)
Thanks