Suggestion: Spoiler tag
Suggestion: Spoiler tag
Author
Discussion

Xenocide

Original Poster:

4,286 posts

237 months

Friday 4th September 2009
quotequote all
When talking about films or games or something, people can mention plot lines of the story. This is somethig i've seen on another forum which works very well. Basically any spoiler-tagged text shows up as a black box, when you mouse over it, the text goes white.

<span class="bbc-spoiler" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#000000'">text</span>



.bbc-spoiler, .bbc-spoiler li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin: padding;
background:#000000 none repeat scroll 0 0;
}


And there's some code for you to steal.

(btw, the CSS didn't work in the code braces [NOWIKI]etc )

Mr Will

13,719 posts

235 months

Friday 4th September 2009
quotequote all
We used to have one and I agree it would make sense to get it working again.

thumbup