Reputation: 15847
Hi,
Pleas take look at this example : http://jsfiddle.net/snowman/Hne3h/1/
If you hover over the questionmark you will get a qtip, the problem is that the question icon that is placed in the tooltip is not shown?
Any advice?
Upvotes: 0
Views: 326
Reputation: 490617
Your CSS selector is not matching once qTip has modified the HTML.
Try removing the .tooltip
prefix.
Upvotes: 0