Hi,
Sorry if this is a dumb question:
I've been converting my web site over to asp.net and have a number of
image maps. I've tried replacing the conventional HTML method (map,
area tags) of creating an image map with using an asp:ImageButton web
control.
My question is, the mouse cursor changes to the link hover hand with the
pointing finger whenever the cursor is positioned over the image - I
only want the cursor to indicate a link when it hovers over the lower
righthand section of the image, where the link is (area
320,56,320,72,428,72,428,56 out of a 440x87 px image). Is this
possible? I don't want to chop the image into two separate images just
to have the image map functionality, and I haven't found anything quite
comparable to the MAP and AREA tags of standard html in ASP.NET. Is
there a way to do what I want, maybe using ImageButton web control or
some other method?
Any advice would be appreciated.
Thank you,
John