Opening pictures from an image map.

  • Thread starter Thread starter Guest
  • Start date Start date
Thanks for all your help Steve. I have come across a site that does EXACTLY
what I need..... window size click on window to close etc etc I have looked
at their source code but I can see how they have done it or where to stick it
in my page ?? The site address is http://kirstrn.bebo.com they seem to have
it really good. I hope that this may save you some time in helping me.....
which I am really amazed and really greatful for. Thank you.
 
I know it wasn't but it was resizing the large images to proportionate popups...I figured that would be halfway there for ya.

Can't find what you mean on the link below (ranking-toolbox) thing.
 
The simplest way to do what you want is to create an individual page for each image with:
1. the image set as the background
2. a resize tag in the opening body tag so the page resizes to fit the image.

Where:
width = image width in pixels
height = image height in pixels
imagename = the name of the image you want displayed.

The html would look like this:
<html><head>
<style type="text/css"> body{ background-repeat: no-repeat; }</style>
<title>imagename.jpg</title>
</head>
<body onload="resizeTo(width,height)" background=imagename.jpg></body></html>Make page for each
image and then link to the pages.

hth

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Thanks for trying to help me steve I am afraid that this still doesnt
work.... I have copied your words into the page new page and all I keep
getting is "do you want to debug error in line 11"...... I really didnt think
that this was going to be so flipping hard to do.

Cheers mate,
Chris
 
Back
Top