Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Need Mouseover Script

May 9, 2005 3:03PM PDT

I am looking for a script that when I place my mouse on a certain text, a box appears with more text.

eg.....I have made a calendar. When I put my mouse over a certain date, I want a box to pop up with information pertaining to that specific date, like birthdays, anniversaries, etc.

Is there such a code. All I can find are ones that have links with them. I don't want links...just information for that date.

Thank you
Kim
kattz7@gmail.com

Discussion is locked

- Collapse -
Just take out the <a href.....
May 13, 2005 3:27AM PDT

and bingo - no links!!!!

- Collapse -
use the title attribute
May 13, 2005 7:51AM PDT

like so . . .

<div title="John Doe's birthday">24</div>

This would be the simplest way