HTML Image Mapping tutorials
Learn how to get the coordinates for your client-side image map the slick way, with this tutorial.
Related Tutorials
Image Map
There are in fact two major types of Image Maps: Server Side: This is the older method of doing image maps. The reason for finding out what type of server you are on is so you know what format to make your map files in. Client Side: These maps are implemented by placing the map coordinates in your document's HTML code. This method is supported by most modern browsers. It is much more efficient than the Server Side map in that you do not transmit mouse coordinates back to the server. Most of this page will be dealing with this type of mapping.
Image Maps in HTML
Create a client side image map in HTML using this tutorial. Here you'll learn where to place the shapes and coordinates details in an area tag.
 
Categories