Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: NOT ANSWERED: ImageButton Help


Message #1 by "John Tyson" <jtyson@t...> on Tue, 2 Jul 2002 08:05:10 -0700
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

  Return to Index