This is a migrated thread and some comments may be shown as answers.

Tooltip on mapped Image

1 Answer 49 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Cristian
Top achievements
Rank 1
Cristian asked on 01 Feb 2012, 05:47 PM
Hi guys I have the next mapped image
<img src="../App_Themes/img/estados.png" width="630" height="439" border="0" usemap="#EA70" />
                                                    <MAP NAME="EA70">
                                                    <area shape="rect" coords="309,101,428,123" href="iuEvalSolc.aspx" title="Solicitudes Enviadas 1004">
                                                    <area shape="rect" coords="159,179,279,201" href="EA82.htm" title="Solicitudes Rechazadas 620">
                                                    <area shape="rect" coords="460,179,580,201" href="iuRevDoc.aspx" title="Solicitudes Aceptadas 557">
                                                    <area shape="rect" coords="460,324,580,345" href="iuRegProvContr.aspx" title="Solicitudes Dictaminadas 941">
                                                    <area shape="rect" coords="459,408,579,430" href="EA75.htm" title="Solicitudes Cerradas 278">
                                                    <area shape="rect" coords="159,20,279,42" href="iuSolRegistrada.aspx">
                                                    <area shape="rect" coords="9,101,129,123" href="iuSolCancelada.aspx" title="Solicitudes Canceladas 334">
                                                    <area shape="rect" coords="460,249,580,271" href="iuRevDoc.aspx" title="Solicitudes en Revision 775">
                                                    </MAP>
The image corresponds each area corresponds a stage in my application.
What I want to do is on mouseover each area display a tooltip that shows the count of records for each stage, I'm using Entity framwork.
Hope your help.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Feb 2012, 06:09 AM
Hello Cristian,

Take a look at the following demo.
ToolTip / RadToolTip with ImageMap.

-Shinu.
Tags
ToolTip
Asked by
Cristian
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or