How can I change part of the text on a web page with javascript?
IE: I have a frames page with sections on the left and a main page on the
right. I want text to appear on the main page to describe the section when
I put my mouse on it.
How can I do this?
Thanks
11-27-2000, 09:20 PM
Tom Duffy
Re: Change page text
Hello Sacha:
Wrap up the text inside individual <div> tags and then toggle the visibility
property in the onMouseOver event.
HTH,
Tom Duffy
"Sacha Crompton" <sachacrompton@videotron.ca> wrote:
>
>How can I change part of the text on a web page with javascript?
>
>IE: I have a frames page with sections on the left and a main page on the
>right. I want text to appear on the main page to describe the section when
>I put my mouse on it.
>
>How can I do this?
>
>Thanks