Support Forum
linking to the forum page and tooltip css
Shane Stegeman
Member
Free Members
Offline
ok thanks heaps. I think I have figured out the css and I will enqueue the Jquery libraries you mentioned.
1. But, I just cant figure out the java script code needed. Could you please tell me what code goes in the javascript file? This of course I will enqueue too.
2. Is this all the css for tooltips
.ttip {
background: blue;
color: red;
font-family: inherit;
font-size: 0.85em;
line-height: 1.2em;
max-width: 300px;
padding: 8px;
position: absolute;
z-index: 999999;
}
body .ttip {
border: 1x solid #ffffff;
}
Thanks heaps
Yellow Swordfish
Glinton, England
SP Master
Offline
Yes - the .ttip class should be all you need. At least as far as I am aware.
The Script to initialise it -
jQuery(document).tooltip( { tooltipClass: "ttip", position: { my: "left+20 top", at: "left bottom+10" }, track: false, content: function() { var element = jQuery(this); if (element.prop("nodeName") == "IFRAME") { return ''; } else { return element.attr( "title" ); } } });
try that...
YELLOW
SWORDFISH
|
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625