Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
I already have my jscrpt for highlighting the part of the imagemap onmouse over.

But I don't know how the highlight will show and remain when there is an available data on the designated imagemapped part. e.g. I have an image where there are Trees, flower, valley, mountain, and river. The part that has data on the database are, Trees and River. Therefore on pageload the Trees and River is already have a highlight and the remaining are not yet highlight unless when the remaining mouseover. I am using
<asp:PolygonHotSpot  Coordinates="67,411,67,418,66,424,71,425,82,423,76,418,73,411" AlternateText="Flower" PostBackValue="45" TabIndex="45" />
for imagemapping.

I really don't have any idea. About using the highlight.

Please help me in this regard.


Thanks in Advance.
Posted
Updated 5-Jun-11 18:26pm
v3

Sir;
I think "I really don't have any idea." means Google or MSDN but not the Code Project.
Anyway, the primary idea is to draw lines surrounding your image.
My advice to you is to open Google search engine and type 'How to use PolygonHotSpot' in the Search field.

Good luck;
 
Share this answer
 
Hope this[^] might help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900