Dynamically changing text on the website
Is it possible to somehow change a text in a specific place of a web site (let's say in one of the cells of a table). For example - the user moves his/her mouse over a image map and the text changes accordingly with cursor's position. It has to work with Netscape 3 and greater and IE 4 and greater. If possible I'm looking for a JavaScript code.
If that is not possible is there any way to make the textarea borderless and non-editable (like label in VB)?
Thanks for any help
Spike
ALSO CHANGE COLOR DYNAMICALLY!
For ppl looking for info on the subject:
Duh, you can change the font color in the same way:
* add an ID="name" to a tag (e.g. the font tag);
* and now you can change the name.innerText or, like mentioned before, name.color, and there's probably many more! Just try!
Happy Coding!
Grtz.,