Can someone point me in the right direction of how to do this?

I want to put on one of my pages a map of Australia, where each state is a clickable link. Basically it will say something along the lines of Choose your state, then have a map of Aust. When you click on each state it will take you to a page for each state. Can anyone tell me how to do it?

Expanding on what Nicole said -- what you want is probably an imagemap. This is basically an image (of Australia in this case) and a set of html tags defining areas on that image as coordinates, and a link can be assigned to each area: http://www.javascriptkit.com/howto/imagemap.shtml You can also add javascript events to the map if you want. For SEO purposes I think you will also need to add regular links to everything linked to in the imagemap somewhere, and be sure to use alt tags (which do work in the area tags.)

Similar Messages

Maybe you are looking for

  • Droplet for animated giff in Photoshop?

    Is it possible to set up a Droplet for Photoshop that could receive multiple files and export them out as one animated gif? I am trying to place three files into a Droplet I have made for Photoshop with the Actions set so that it converts them into a

  • How to populate one internal table from another using field symbols

    Hi Gurus,   I have a problem. I have to populate one internal table (sructure t_otput) from another internal table (sructure t_from) using field symbol. Structure for from table. types: begin of t_from,          year(4) type c,          ww(2) type c,

  • How to compress and decompress a pdf file in java

    I have a PDF file , what i want to do is I need a lossless compression technique to compress and decompress that file, Please help me to do so, I am always worried about this topic

  • Spool sending as an Email

    Dear Experts. I have build 2 reports which both are running as a job. - the first one  creates a List with the Information and save it as a spool - the second runs directly after the first and sent the spool has been created as an email. Now I'd like

  • Cfc component with readonly properties and web services

    I want to transfer a cfc component across coldfusion web services as a data transfer object. This cfc component is received when calling a load web service, and then supplied to an update web service. Some properties within the cfc need to be readonl