Posted by Krustov on 10/01/07 19:35
<comp.lang.php>
<dino d.>
<Mon, 01 Oct 2007 12:13:43 -0700>
<1191266023.643662.261490@19g2000hsx.googlegroups.com>
> Hi- I want to create a dynamic image with areas so that when the user
> clicks different areas, the user jumps to those pages. The problem
> is, I can't seem to figure out how to do this efficiently.
>
Easy using GD .
- grab the images and calculate the total width and/or height
- paste the images onto a newly created blank image
- create 'image map' co-ordinates and associate urls with the areas
If you have never used a 'image map' before - then create some image map
areas in a web authoring app and then have a look at the html code .
--
www.vhit.co.uk
[Back to original message]
|