Сполер как на Facebook или VK
Установка:
Скопируйте одну из двух кодов в CSS:
Facebook:
Код
.uSpoilerButton {
width: 100%;
border: none;
background: #FFF;
padding: 3 0 3 0px;
margin-left: -3px;
color: #333;
font-size: 17px;
font-weight: bold;
text-align: left;
cursor: pointer;
background:url(
http://uforum.ucoz.de/public/images/facebook_us.png) no-repeat; //Bild 1px
}
.uSpoilerClosed {
border-bottom: 1px solid #D9D9D9;
margin-bottom: -4px;
padding-bottom: 10px;
background:url(
http://uforum.ucoz.de/public/images/facebook_us2.png) no-repeat right top; //Bild +
}
.uSpoilerOpened {
border-bottom: 1px solid #D9D9D9;
padding-bottom: 23px;
background:url(
http://uforum.ucoz.de/public/images/facebook_us3.png) no-repeat right top; //Bild -
}
.uSpoilerText {
margin-top: -20px;
font-size: 15px;
color: #333;
}
VK.Com:
Код
.uSpoilerButton {
width: 100%;
border: none;
background: #FFF;
padding: 9px;
color: #2B587A;
cursor: pointer;
}
.uSpoilerButton:hover {
background: #E9EDF1;
}
.uSpoilerText {
margin-top: -10px;
padding: 0 5 5 5px;
}