mouseover text text box

Posts: 210
Joined: 2006-05-20

i would assume i can use javascript ... not sure thought ... how, as simply as possible, can i get a mouseover to create a little yellow pop-up box on basic text (not an image or a link)? anyone have a pre-made script for this? i haven't written in javascript for like 6 years and have no urge to "re-learn" it.


-----

I never try anything, I just do it. Wanna try me?
[url]www.fleetmack.com[/url]



erica057's picture
Posts: 2331
Joined: 2006-05-20
Do a google search for "CSS

Do a google search for "CSS tooltips". That should do what you want.


-----

Posts: 28
Joined: 2006-05-20
paragraph tags

You should be able to use a paragraph tag with the title= attribute or the name= attribute...I don't really remember which one it is now that I'm thinking about it, but it's just one of the simpler xhtml attributes....hope that helps


-----

fleetmack's picture
Posts: 210
Joined: 2006-05-20
cool, found it ... thanks

cool, found it ... thanks guys. fyi - exactly what i was looking for was:

hover over me

didn't realize i could do it in html

edit: (oops, can't post html ... it converted that to "hover over me -- my test file is www.fleetmack.com/test.htm)


-----

I never try anything, I just do it. Wanna try me?
[url]www.fleetmack.com[/url]