Little yellow info box popup thingy

Discussion in 'Programming' started by jumpenjuhosaphat, Aug 6, 2006.

  1. #1
    What is the little info box called that pops up when you mouse over an image? How do you go about implementing it?
     
    jumpenjuhosaphat, Aug 6, 2006 IP
  2. ip076

    ip076 Peon

    Messages:
    79
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you talking about the HTML TITLE attribute?

    If so, you implement it like this:

    
    <img src="image.jpg" title="What you want to show up in the yellow box" etc... />
    
    HTML:
     
    ip076, Aug 7, 2006 IP