hellsingfan
06-18-2009, 07:46 PM
Hi,
I'm new and learning so excuse my ignorance if this is quite easy to do.
I want to make a SPECIFIC part of the text which is inside the TextArea to be mouseOver.
I know that the TextArea container itself has a mouseOver property but I don't want the mouseOver for the complete TextArea. I would like to have mouseOver only when the mouse moves over specific words which are inside the TextArea.
So for example: I have the TextArea container and then I have this text inside it:
My name is Hellsingfan
I want to make it so that when someone moves over "Hellsingfan" then there is a mouseover event.
Anyone know how only specific words can be made mouseOver inside a textArea? Is is there some other way to do it without using the text area. I'm basically trying to write paragraphs and then make some words inside mouseOver.
Thanks.
I'm new and learning so excuse my ignorance if this is quite easy to do.
I want to make a SPECIFIC part of the text which is inside the TextArea to be mouseOver.
I know that the TextArea container itself has a mouseOver property but I don't want the mouseOver for the complete TextArea. I would like to have mouseOver only when the mouse moves over specific words which are inside the TextArea.
So for example: I have the TextArea container and then I have this text inside it:
My name is Hellsingfan
I want to make it so that when someone moves over "Hellsingfan" then there is a mouseover event.
Anyone know how only specific words can be made mouseOver inside a textArea? Is is there some other way to do it without using the text area. I'm basically trying to write paragraphs and then make some words inside mouseOver.
Thanks.