MAP - Problem with screen resolution
I specified co-ordinates for an area, to call a html when the user clicks that area.
<AREA shape ="rect" coords ="185,380,205,405" href ="Sample.html" target ="_self" alt="SAMPLE"/>
When i change the resolution(from 1024x768 to higher) of the screen this co-ordinates failed because of that i unable to get the hand sign over the specified co-ordinates. Is it possible to make it dynamic so that even if i change the screen resolution it will work
Thanks
T.Gopalakrishnan
|