View Single Post
Old 03-17-2009, 11:33 AM   #1 (permalink)
andyrossy
Junior Member
 
Join Date: Mar 2009
Posts: 2
Default Link in the tooltip text

Hi,

How do I create a link in the tooltip text? I am using the following code:

Code:
b.onRollOver = function() {
	getVars();
	Tooltip.show({tip:"System Audit<br/>Some text here", delay:0.3, stay:10, follow:true});
};
Cheers
Andy
andyrossy is offline   Reply With Quote