I'm using 6 skins on my forum. One is default skin, the other four are from eXtreme pixels, and the last one is free skin
Pro Bangla ( from vbulletin.org ->
HERE ).
This signature restriction works perfectly on the fist five skins (default and eXtremepixels skins) BUT, it
doesn't work with ProBangla skin. I am rly confused.
In CSS i have (like in other's five skins)
Code:
/* ***** Signature Cut ***** */
.fixedsig {
max-height:100px;
height:expression((document.documentElement.clientHeight) > 100? "100px" : "100%");
overflow:hidden;
}
and in postbit_legacy (again, "like in other skins")
Code:
<div class="fixedsig">$post[signature]</div>
Can anyone please help me, what i can do with this?
Thanks a LOT
Holy