English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

...when the mouse is hovered over an image, a small box of text(static text) appears. Not a popup or tooltip, actual text inside a

that can be styled with CSS. I have a row of personnel images, and I want their names to appear underneath when the user hovers over each person's image.

2007-03-08 10:49:57 · 2 answers · asked by Kevin 2 in Computers & Internet Programming & Design

2 answers

You should be able to use the one I have on my site:
http://www.expertsrt.com/scripts/Cd/typed_tooltip.html

If you don't want the typing effect, just display the text all at once instead of using the lootext() function

Cd&

2007-03-08 11:03:27 · answer #1 · answered by roymarchand 2 · 0 0

Yep, roymarchand's probably more elegant than mine: I still have code for (but no longer use) a calendar that, when moused over a date, a separate small window would pop up showing text containing the date's events - holidays, appointments, etc. But that's a bunch of javascript and a window.open()

2007-03-08 11:12:57 · answer #2 · answered by fjpoblam 7 · 1 0

fedest.com, questions and answers