how make map enlarge when clicked on? "Click to see bigger map."

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am making a web page and I want to know how to make it so that I can put a
small picture of a map that will enlarge when clicked on. I want the large
version to be in focus (I have a large picture) but the smaller version won't
really be legible and that's okay. How can I do this in Frontpage?
 
Put the large image into the page and use the image attributes to make it
smaller. Then create a hyperlink from that image to the image itself (no web
page). When the user clicks on it, the image will appear full-size.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
It is called a "thumbnail".

Insert the normal size pic, right click the picture, then choose 'auto
thumbnail' - it will create a small version of the map image, and call it
something like "map_small.jpg" for example.

The normal size one will be called whatever you named it e.g. "map.jpg"

Then publish the page and the images (the small/large versions of the map).

View the page, and click the small picture (that is, "map_small.jpg" - it
will then load the larger version ("map.jpg").
 
Back
Top