Page 1 of 1

Not sure what would handle this task.

Posted: Tue Oct 23, 2007 1:40 pm
by impulse()
Maybe the PHP GD library but I have never used that for anything besides testing where I drawn a square.

I want a map of the UK and have each country be a link to a different location. Here's an example http://www.sort-it.org.uk/map.asp but I want to avoid Flash and Java Applets if possible. I'm guessing this is a job for DHTML?


Any help appreciated.

Posted: Tue Oct 23, 2007 1:48 pm
by gregsometimes
This can be accomplished with HTML image maps:
http://www.elated.com/articles/creating-image-maps/

image-mapping the map of the US is a time-consuming task. If you have a spare $10 to $20, you can speed up this process by buying some image map software, simply Google it.

Posted: Tue Oct 23, 2007 1:55 pm
by impulse()
That's brilliant.

Thanks.