The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hover on descriptions
Hello:
When I hover my mouse on a thread title, it displays the part of the thread text in a popup box. I want to do the same thing for forum descriptions. I want to hide the forum descriptions but when someone hovers on say 'desription' it will pop up the forum description. I have found some cool tooltips but I wanted to reuse the VB code. Any help would be appreciated. -S |
#2
|
||||
|
||||
That functionality is done using an attribute that is part of the (X)HTML standard. You can add the attribute "title" to an anchor tag, etc. to display the tooltip.
HTML Code:
<a href="something.htm" title="Links to Something" />
|
#3
|
|||
|
|||
that did the trick for me. Thank you!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|