View Full Version : Hovering on Text??


deadinthe80s
02-10-2005, 12:26 AM
Alright, I'm pretty sure I've seen a script where you just put the cursor over text, and a little box comes up next to it revealing more information. It's kind of like "alt" but... different? I hope someone understands this.

If no one knows, then how do you make a pop-up window come up without any toolbars? I used the script that is on this site, but I still have toolbars for some reason.

HELP!

Thanks to all,
Katie

pb&j
02-10-2005, 12:31 AM
1. try using TITLE in your container tag.
example...
<span title="my test"> this is some text </span>

2. if you are using javascript, be sure to set...
toolbar=no

deadinthe80s
02-10-2005, 12:47 AM
The one for the pop-ups didn't work, but the one for hover over text did. Thank you.