Richey Member Licensed customer Mar 27, 2011 #1 Hey guys, I would like to add a xenForo Tooltip on a custom page I created. How do I do this? Thanks a lot!
Hey guys, I would like to add a xenForo Tooltip on a custom page I created. How do I do this? Thanks a lot!
Vincent Well-known member Licensed customer Mar 27, 2011 #2 You have to change Code: word to Code: <a title="toolTip Text">word</a> Upvote 0 Downvote
Richey Member Licensed customer Mar 27, 2011 #3 I would like to have the black, transparent toolTip, not the default one. Do you know how to do this? Upvote 0 Downvote
I would like to have the black, transparent toolTip, not the default one. Do you know how to do this?
Vincent Well-known member Licensed customer Mar 27, 2011 #4 Richey said: I would like to have the black, transparent toolTip, not the default one. Do you know how to do this? Click to expand... I can look for it, but I don't really know :S Upvote 0 Downvote
Richey said: I would like to have the black, transparent toolTip, not the default one. Do you know how to do this? Click to expand... I can look for it, but I don't really know :S
Richey Member Licensed customer Mar 27, 2011 #5 Would be great! I couldn't find anything in the forum how to do this. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Licensed customer Mar 27, 2011 #6 Code: <a href="{xen:link 'url_to_link_to', '', 'redirect=url_to_redirect_to'}" class="OverlayTrigger Tooltip" title="Tooltip Title">Text</a> Upvote 0 Downvote
Code: <a href="{xen:link 'url_to_link_to', '', 'redirect=url_to_redirect_to'}" class="OverlayTrigger Tooltip" title="Tooltip Title">Text</a>
Richey Member Licensed customer Mar 27, 2011 #7 Hey Brogan, thank you very much, it works Upvote 0 Downvote