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
Aug 23 2007, 09:32 PM
x)
Alysia
Aug 23 2007, 09:50 PM
Please don't double post; just be patient.
<img src="Image URL here" alt="hover text here">
themarkster
Aug 23 2007, 10:27 PM
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.