image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • azura
    New Member
    • Jul 2008
    • 47

    image

    dear sir... i using icon to make my interface look nicer but my problem was how can i get when user point to the image, then some info to show what the image use for??
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    To do something when the mouse is over the image, use the 'onmouseover' option. For the text, you can add an 'alt' to your image tag.

    Regards,

    Jeff

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      If you want something simple, use the title attribute.

      Note that the alt attribute is exactly that - alternative text to display if the image doesn't load/show up. It's not a substitute for the title attribute, though IE (not sure of other browsers) would like to think otherwise.

      Comment

      Working...