Skip to main content
Participant
August 28, 2009
Question

Image MouseOver

  • August 28, 2009
  • 1 reply
  • 400 views

Hi -

I have a image slider movie setup. When a user mouse's over the image I have a tooltip appear. I want the tooltip to contain the value of the "desc" value stored in the XMLfile. How can I determine which image is moused over? Is there an ID tied to the image?

<images> 
  <image path = "images/01.png" desc ="1" link = "http://dev-01/dotnetnuke/Products/ManitouCoreCollection/ManitouDetail.aspx" target = "_parent" />
  <image path = "images/02.png" desc ="2" link = "http://dev-01/dotnetnuke/Products/ManitouCoreCollection/ManitouDetail.aspx" target = "_parent" /> 
</images>

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
August 28, 2009

If you have the slider already set up with the tooltip already coded for display, you should display the code for that is involve with loading the images and assigning the mouseover code.