Not sure what would handle this task.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Not sure what would handle this task.

Post 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.
User avatar
gregsometimes
Forum Newbie
Posts: 11
Joined: Sun Oct 21, 2007 1:57 pm
Location: San Francisco, CA

Post 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.
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Post by impulse() »

That's brilliant.

Thanks.
Post Reply