How create image hotspot?

V

VB Programmer

If I have a background image on an HTML page, how do I create various
clickable "hotspots" so the person can navigate using the image? Is this
feature available through VS.NET?

Thanks
 
R

Random

You can't do it with a background image. You'll have to use an <img/> or
<asp:Image/> tag/control with an image map (<asp:ImageMap/>). As an
alternative, you could still use the background image, but you'd have to
overlay it with a transparent image.
 
D

David Wier

From your description, what I'd say you are talking about is an ImageMap - -
it's something that's available with pure HTML - I haven't seen that
functionality, myself, within VS.Net
Aside from that - it's usually an image on the page, from which the imagemap
is devised, not a background image

David Wier
MCP, MVP ASP.NET, ASPInsider
http://aspnet101.com
http://aspexpress.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top