Suggestion: Spoiler tag
Discussion
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.
.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 )
<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 )
Gassing Station | Website Feedback | Top of Page | What's New | My Stuff


