View Full Version : alt text


Elentari
06-23-2003, 05:52 PM
Help pleaseeeeeeeeeee

I'm trying to basically make alt text over a button but I want the alt text to not appear where it normally does but somewhere else completely on the page....help please.

Also, the buttons have an on hover already (if that makes any difference)

kittycat
06-23-2003, 06:15 PM
There's this: http://www.meyerweb.com/eric/css/edge/popups/demo.html

And a few on this page: http://www.dhtmlcentral.com/script/search.asp?category=text

They might be able to help you...

Elentari
06-23-2003, 06:44 PM
That's super - I am gonna use the first one of the dymanicdrive page but here's another question, how do I incorporate it into my code since I already have an onmouseover... This is an example of my link...


<a Href="http://www.link.com" OnMouseOut="isimgact( 'pictures5',0)" OnMouseOver="isimgact( 'pictures5',1)" ><Img Src="images/picturesimage5.jpg" height="78" width="78" name="pictures5"></a>

Dude128
06-24-2003, 01:05 AM
you should be able to separate statements with semicolons. so if you have onMouseOver="statement", you could use: onMouseOver="statement1;statement2;statement3"