MyBB Community Forums

Full Version: Tooltip for MyTabs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to add tooltip for tabs?  When ppl hover their mouse over tab I want them to see description.
Try to add title tag in tab link, like:
<a href="... title="{$forum['description']}">{$forum['name']}</a>
This is my current tab code

<a href="{$link}" style="margin-right: 2px;"><div class="tabstyle" style="background-color: rgba(48, 48, 48, 0);">&nbsp;<i class="fa fa-home"></i>&nbsp;</div></a> 


I want to be able to write descriptions for each tab by myself. Is it possible? If its not, where should I add your code ? When I added it to the end, it didn't work.
try this, sorry for my bad english

<a href="{$link}" style="margin-right: 2px;" title="YOUR TITLE"><div class="tabstyle" style="background-color: rgba(48, 48, 48, 0);">&nbsp;<i class="fa fa-home"></i>&nbsp;</div></a>
Yes it worked but I can't write anything with Turkish letter there, it shows them as "?" whats causing this?
I do not know, sorry