The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Spoiler Text - Blackout
Hello there
I want to add spoiler tags to my BBcode and WYSIWYG editor. Though I was wondering if anyone knew how to get this effect as seen in the steam forums? http://forums.steampowered.com/forum....php?t=1429282 I want the same effect where the text appears on roll over but goes back to black after moving your mouse away from it. Much appreciated! |
#2
|
||||
|
||||
The way I would do is add a new BBcode
BB Code Tag Name: spoiler Replacement: HTML Code:
<span style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 0);" class="spoiler" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#000000'">{param}</span> |
#3
|
|||
|
|||
You sir, are a Scholar and a Gentleman.
Thank you very much for a prompt, accurate and fully working response! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|