Preserved Topic: Changing text... (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: The Demented Side of the Fence |
posted 05-10-2001 20:46
I'm working on a new design and I wanted to implement a little thing into it, a kind of screen which provides some info about a link when you hover over the link. Just like the text in your browser status bar, but now in the website itself. I have a basic understanding of Javascript, but I ran into this problem: |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-10-2001 21:30
It would take me some time (which I don't currently have) to explain this completely (especially, since there's different code for NS and IE), but basically in IE/W3C DOM you modify innerHTML layer property and this can help you get started: http://www.wsabstract.com/script/script2/coolmenu.shtml |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-10-2001 22:41
Well, allow me to attempt a simple explanation. This will only work in IE and Mozilla/Netscape 6, to do it in Net Nav is a bit annoying, and has a few flaws, that can be explained later. |
Maniac (V) Mad Scientist From: The Demented Side of the Fence |
posted 05-11-2001 14:04
Thanks Max & Slime! I guess I need to get NN from somewhere.... I think I'll be able to figure it out. |
Bipolar (III) Inmate From: Southern Alabama, USA |
posted 05-11-2001 16:17
http://www.bosrup.com/web/overlib/ |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 05-11-2001 22:07
Check out my example at http://www.development.runningwolf.com/development/code/mouseover_text.htm |
Maniac (V) Inmate From: Brisbane, Australia |
posted 05-11-2001 23:55
Wouldn't it just be simpler to have the text in a larer '<DIV>' then just have a hide/show function set to it. |