View Full Version : Tooltips
bartezas16
04-15-2007, 09:44 AM
I've code this:
<TD WIDTH="45" HEIGHT="38"><a href="index.php">
<IMG SRC="templates/fusion_expanded/images/fusion_header_home.gif" WIDTH="61" HEIGHT="38" border="0"></a></TD>
How correctly add this code into previous code?
onmouseover="return escape('Some text')"
Add it to do what? That code added into a tag by itself won't actually do anything.
bartezas16
04-15-2007, 11:00 AM
Add it to do what? That code added into a tag by itself won't actually do anything.
I wan't to add this script http://209.85.135.104/search?q=cache:8sJS_4hdVgkJ:www.walterzorn.com/tooltip/tooltip_e.htm+tooltip+script&hl=lt&ct=clnk&cd=6&gl=lt
but i can't because my template lines are different example this line:
<TD WIDTH="45" HEIGHT="38"><a href="index.php">
<IMG SRC="templates/fusion_expanded/images/fusion_header_home.gif" WIDTH="61" HEIGHT="38" border="0"></a></TD>
So if you can do the trick.
Oh, OK, the script handles actually doing things with the result. In that case, you just want:
<a href="index.php" onmouseover="return escape('Some text');">
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.