View Single Post
  #13 (permalink)  
Old 05-21-2008, 03:35 PM
Xav's Avatar   
Xav Xav is offline
Code Slinger
 
Join Date: Mar 2008
Location: The North Pole
Posts: 11,010
Last Blog:
Web slideshow in JavaS...
Credits: 1
Rep Power: 86
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: My code being defaced by another site

Quote:
Originally Posted by phpforfun View Post
hey, I have an idea...

I have seen on some sites where they have one image, just one big image, but when you hold your cursor over some parts of it and click, its a link, but different parts are different links, how can I do that>
You have to use the 'dreadful' HTML, with something called an image map:

HTML Code:
<img src="theimage.jpg" alt="theimage" map="#themap" />
You then write a <map> tag to define the areas on the image. Refer to HTML MAP TAG for details.
__________________


Mr. Xav | Website | Forums | Blog
Reply With Quote