quote:
Originally posted by Ezra
'if(document.getElementById(spoiler).style.display = 'hide'){
Doesnt the ' in front of the if and else coment those lines?
Also, I think you need to use #spoilers not .spoilers
The #name works with ID's, the .name is for sub-classes.
I could be wrong, I'm no JS master