I have an image with id myimage. It has a width of 300px and height 100px. each 100px wide portion has a unique color, like below
------------------------
| red | green | blue |
------------------------
Is it possible to use each portion (having width & height 100px) with different id so that the image can be used as a button with different functions to each portion??
Answer only if it is possible and comment for others.
thanks in advance…:)

Set your image as a background image and give the parent div
position:relativeproperty. Then use nested divs withposition:absoluteeach 100px apart from one another.Now using JQuery you can reference each part individually.
Check working example at http://jsfiddle.net/PrMzr/