The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to change the scrollbar
I'm trying to change the color of the scroll bar on my forum.
I went into the style manager and under the Body (Customized in this Style) I enter the below code in the Extra CSS Attributes Code:
scrollbar-face-color: "#3A2719"; scrollbar-highlight-color: #B09E70; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: #DEE3E7; scrollbar-arrow-color: #F7EDD8; scrollbar-track-color: #A28752; Any sugestions? ok I figured it out. I needed to go and enter the following /* scroll bars */ html { scrollbar-face-color: #3A2719; scrollbar-highlight-color: #B09E70; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: #DEE3E7; scrollbar-arrow-color: #F7EDD8; scrollbar-track-color: #A28752; } in the Additional CSS Definitions box. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|