|
|
Question : Mouseover
|
|
You can consider me an amateur web developer. I am creating a page with links. Not hard. Have that. However, when you mouseover the links, I want a small blip of information to appear. I thought I had the right code, but I keep getting a RTE on the Caption Parameter.
Here's what I have:
Information
The error always pops up on CAPTION.
Any ideas?
|
Answer : Mouseover
|
|
Just a suggestion, ambulance:
If all you want is a bit of info to appear (popup) when the mouse hovers over the links, I find it simpler to use the title attribute of the hyperlink tag. I'm not sure if that is widely supported by most browsers but IE supports it. Come to think, I should check on that.
All you have to do is modify your links like this: the link
This method is a lot simpler, doesn't require javascript, and works if your popup info itself does not need formatting or contains more links, etc.
|
|
|
|
|