MouseOver functionality

  • Thread starter Thread starter EMW
  • Start date Start date
E

EMW

Hi,

Is it possible on an ASPNET page, to determine the location of the mouse on
a imagecontrol?
The idea is to show a different tooltip on certain locations.

rg,
Eric
 
Eric,

There is nothing special for this in Asp.Net. You can use regular html map
and area objects.

Eliyahu
 
Back
Top