image map

TwitterFacebook
Get flash to fully experience Pearltrees
jquery image maps

A Quick Start Lesson to the ASP.NET ImageMap Control

Introduction The article illustrates how to use ImageMap to create an introduction of the planets in Solar System via VB.NET language. http://www.codeproject.com/Articles/46560/A-Quick-Start-Lesson-to-the-ASP-NET-ImageMap-Contr

Gaia Ajax: ImageMap

http://samples.gaiaware.net/BasicControls/ImageMap/Overview/ The Gaia Ajax Image displays an image on a page.
http://www.dotnetspider.com/resources/40333-Highlights-Image-map-using-JQuery.aspx This code snippet is explained about highlights the image map objects on mouse over. I tried to highlight the area through applying styles, but it's not working.

Highlights the Image map using JQuery Samples and examples - C#, VB.NET, ASP.NET

The ASP.NET designers have done is to wrap the image map concept up as a control, so that you don't have to write HTML directly.

How to use Image Map Control Samples and examples - C#, VB.NET, ASP.NET

http://www.dotnetspider.com/resources/16405-Image-Map-Control.aspx
http://naspinski.net/post/CSS-image-map-with-rollovers--map-of-the-United-States.aspx I had actually written this in 2006, but I saw this technique used recently and apparently it's a 'new' technique. You can see this example here . Really the coding is pretty simple, though a little bit tedious.

CSS image map with rollovers :: map of the United States

http://www.maconstateit.net/tutorials/ASPNET20/ASPNET05/aspnet05-04.aspx Control The control is used to create an image that contains clickable hotspot regions. When a user clicks a hot spot, the control can either call a subprogram or link to a specified URL.

ASP.NET Tutorial

New ImageMap control in ASP.NET 2.0 | Darrell Norton

Here’s a cool new control in ASP.NET 2.0, the ImageMap . http://codebetter.com/darrellnorton/2005/07/15/new-imagemap-control-in-asp-net-2-0/
http://www.beansoftware.com/ASP.NET-Tutorials/ImageMap-Control.aspx ImageMap control is another new server control released in ASP.NET 2.0. It enables you to turn an image into a navigation menu. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image.

How to use ImageMap Control