Topic awaiting preservation: Looking for popup (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Raleigh, NC |
posted 04-15-2003 13:59
a popup is a lot like the label you see when you hover over an image for long enough and it gives you a desciption. This is, I think, only an IE function of javascript. If I can't use this, I would like to instead use a div that is hidden and then made visible with some simple dHTML. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 04-15-2003 14:44
Try the "title" attribute - it should work on almost any element in newer browsers, e.g.: |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 04-15-2003 14:56
Bmud: As kuckus has suggested you should go with the TITLE attribute as it now has greatly increased support in more recent browsers. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-15-2003 17:13
It's called a "tooltip." |
Obsessive-Compulsive (I) Inmate From: |
posted 04-17-2003 12:18
I think what you are talking about is an Alt tag |
Bipolar (III) Inmate From: Raleigh, NC |
posted 04-22-2003 07:09
I think slime and emps got the right idea(s). The problem I have with alt and title is: (uno) I'm not using this for just image and (dose), I'm looking to put more than just text in the label. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 04-22-2003 14:01
There's a bunch of different link and tooltip scripts here: |
Paranoid (IV) Inmate From: Northumberland, England |
posted 04-25-2003 02:40
http://rod.o2theory.com/dhtml/tooltip.html |