Can somebody help me with a script for roll over hints?
I want a box to show up when one rolls over the mouse over that piece of text.
Though i found out a tutorial page for that, but the page has not explained it well.
Though you can still see the example which i m trying to do..
check the example link
Though i found out a tutorial page for that, but the page has not explained it well.
Though you can still see the example which i m trying to do..
check the example link
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?Hi Monica,
Open any of your web pages that has a link. Then click on "<>html" Find the link that you want to have title (the hover text).
In most cases, you should see something like this:
<!-- <a href="contact.php">Contact Me</a> -->
If you want a hover text, all you need to do is add "title". Do something like this:
<!-- <a href="contact.php" title="Contact Us">Contact Me</a> -->
Look at the example above closely, if you add "title" in the wrong place, it might cause some problems on your page.
Hope this help.
Niddy -
thanks alot Niddy :-)
Loading Profile...




