PDA

View Full Version : Can a href title show in a specified div?



youlichika
08 Sep 2010, 05:11 PM
I want to move mouse on <a href="www.google.com" title="google" onclick="search.php" target="_blank">google</a>, but I do not want the title "google" be showed near the hyperlink. I want show it in a specified "div" layer.
the "a href" and "onclick" are occupied. :mad:
Can any one have a good idea? Thanks.

is_numeric
09 Sep 2010, 07:23 AM
This is not correct...


<a href="www.google.com" title="google" onclick="search.php" target="_blank">google</a>

you have onclick="search.php".

You should have a function call in here

as to your question do you want to make the div clickable instead of the link?