What is the little info box called that pops up when you mouse over an image? How do you go about implementing it?
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: