hi guys. I have a problem with that spoiler. in the admin panel spoiler works fine
the preview is also doing well. but in a thread problem
I did not change the script code, only css. externally spoiler looks different if somebody needs my version below. I'm sorry for my bad english
http://worldofheroes.ru/threads/20-%...82?p=29#post29
Code:
h2.trigger {
background: #E9E9E6 url(/images/misc/icon_plus.gif) no-repeat 4px 50%;
font: 12px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
font-size: 12px;
padding: 3px 17px 3px 17px;
margin: 0 0 0 0px;
line-height: 15px;
font-weight: bold;
cursor: pointer;
background-position-x: 4px;
border: 1px solid #D6D6D6;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
h2.trigger a {
}
h2.trigger a:hover {
color: #48861E;
}
h2.active {
background: #E9E9E6 url(/images/misc/icon_minus.gif) no-repeat 4px 50%;
background-position-x: 4px;
border-bottom: none;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
}
.toggle_container {
margin: 0 0 5px;
padding: 0;
border: 1px solid #D6D6D6;
background: #F3F3F3;
overflow: hidden;
clear: both;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
}
.toggle_container .block {
padding: 10px 6px; /*--Padding of Container--*/
}