The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Regarding signature overflow
Hi Forums!
I have added a scroll-bar to signatures that exceed a 250px limit. Though, I really like the way this works, Q #1: is it possible to hide the scrollbars when this limit has not been reached? See image below: Quesion 2: The scrollbar for width always shows as well, is it possible to only show the side scroll-bar? Code used: Code:
.signaturecontainer { max-height:250px; _height: expression(this.scrollHeight > 250? "250px" : "auto" ); overflow:scroll; } Any help is appreciated! Thank you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|