I am creating a webpage that has informaiton from every state. On many websites I have seen where you can click on a United States map and it will direct you to information based on the state you have clicked on. Does anyone know where I can get a US map link like this or individual state link buttons?

Thanks for all of your help.

Be a lot easier if you use these tools to make your image map. Some are online tools, one may be software.

http://www.image-maps.com/
http://www.online-image-editor.com/
http://www.maschek.hu/imagemap/imgmap
http://www.kolchose.org/simon/ajaximagemapcreator/
http://mapit.utah.gov/steps.htm

HTHs,

Ron

2 Meinungen für “How to create link buttons for a webpage?”

  1. pureblueagave sagt:

    What you need is an image map. An example would look similar to this…

    <map name="myMap">
    <area href="florida.htm" shape="polygon" coords="59, 73, 102, 46, 150, 60">
    <area href="georgia.htm" shape="polygon" coords="140, 102, 96, 118, 102, 91, 62, 72">
    </map>
    <img border="0" src="usa.jpg" usemap="#myMap">

    The numbers would be the x/y coordinates on the map for each point where your polygon surrounds the state. It’s going to be pretty difficult to do that on your own, but if you use something like Front Page or Dreamweaver, it’ll help bigtime.

    Keep in mind, the numbers here are just an example, and won’t work on your specific map.
    References :

  2. PayneLessDesigns.com sagt:

    Be a lot easier if you use these tools to make your image map. Some are online tools, one may be software.

    http://www.image-maps.com/
    http://www.online-image-editor.com/
    http://www.maschek.hu/imagemap/imgmap
    http://www.kolchose.org/simon/ajaximagemapcreator/
    http://mapit.utah.gov/steps.htm

    HTHs,

    Ron
    References :

Hinerlasse Deine Meinung