Help - Search - Members - Calendar
Full Version: hover
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
x_graphic
does anyone know the code when you hover over something , and the words you want come underneath ; like this:
Click to view attachment



something to do with "alt"?
x_graphic
x)
Alysia
Please don't double post; just be patient.

<img src="Image URL here" alt="hover text here">
themarkster
Using the 'alt' attribute really isn't efficient in making that kind of pop-up text. Use 'title' instead; it works in both IE and Firefox. 'Alt' is really only used as substitute text that appears if the image is broken. So yeah.

CODE
<img src="IMAGE URL HERE" title="Blah" />
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.