Quote:
Originally Posted by ArcadeSyndicate
for me it seems ok too
wich spoiler bbcode do you use?
|
Hello! Thats the problem. Some users are telling me that they can see it (like me) and others cant see it.
This is the code for the SPOILER bbcode:
Code:
<center><div style="padding: 0px 5px 0px 5px; border: 1px solid #43a6e9; margin-left: 10px; width: 97%"><div align="center" style="text-transform: none; border-bottom: none; display: block; padding: 3px 0px 3px 0px;">
<span onClick="var spoiler = this.parentNode.parentNode.getElementsByTagName('div')[2];
if (spoiler.style.display != ''){
this.parentNode.parentNode.style.width = '97%'
this.parentNode.style.borderBottom = '1px solid #CCCCCC';
spoiler.style.display = '';
this.getElementsByTagName('a')[0].innerHTML = 'Cerrar';
}else{
this.parentNode.parentNode.style.width = '97%'
this.parentNode.style.borderBottom = 'none';
spoiler.style.display = 'none';
this.getElementsByTagName('a')[0].innerHTML = 'Mostrar';
}" />
<a rel="nofollow" href="#" onClick="return false;" style="text-decoration: none;"><b style="font-size: 13px;">Mostrar el Spoiler</b></a>
</span>
</div>
<div class="quotecontent">
<div align="left" style="display: none; padding: 5px 0px 5px 0px;">{param}</div>
</div>
</div>
</center>