Maia
05-22-2003, 11:49 PM
the ones where you hover your mouse over and they appear with some text inside, they're usually pale yellow, does anyone know how to make those? thanks.
|
View Full Version : those yellow menus Maia 05-22-2003, 11:49 PM the ones where you hover your mouse over and they appear with some text inside, they're usually pale yellow, does anyone know how to make those? thanks. amicus 05-23-2003, 12:00 AM it's the 'alt' attribute that does it :). <img src="imagefile" width="25" height="25" alt="bubbletext"> Maia 05-23-2003, 12:26 AM thanks! zangerbanger 05-23-2003, 01:05 AM For text links it works like this: <a href="address" title="your text goes here">TEXT</a> |