View Full Version : Scrollbar?
MLBCenter
05-03-2004, 02:28 AM
I think this has to do with template modifications...I was wondering if there's anyway to edit the scrollbar on my vbulletin3 like I was able to for vbulletin2 so I can color cordinate. I liked the option in vbulletin2.
MLBCenter
05-16-2004, 03:44 AM
bump
Zachery
05-16-2004, 03:48 AM
Same code, but it needs to be in the HTML setting of CSS instead of body :)
MLBCenter
05-16-2004, 05:02 AM
Can you explain more? I can't seem to find the code in the Body of CSS and I'm not sure what you mean by the HTML setting of CSS. Thanks
Tony G
05-16-2004, 05:26 AM
Use the same CSS code you would use in vB2, for vB3. But it needs a different placement.
Go to your Admin CP - Styles and Templates - Style Manager - View all style options (for the style you wish to edit)
Do not place the scrollbar code in the 'Extra CSS Attributes' of the body settings as it won't effect the scrollbar. I *think* it would work if you put it in the additional CSS attributes. I've never altered the scrollbar in vB3, so Zachery can confirm.
MLBCenter
05-16-2004, 05:34 AM
Do you happen to remember the scrollbar code as I don't? If not I believe it should be on the net somewhere...
Tony G
05-16-2004, 06:05 AM
Here's a sample that I've used before sometime:
scrollbar-base-color: #hexcodehere;
scrollbar-track-color: #hexcodehere;
scrollbar-face-color: #hexcodehere;
scrollbar-highlight-color: #hexcodehere;
scrollbar-3dlight-color: #hexcodehere;
scrollbar-darkshadow-color: #hexcodehere;
scrollbar-shadow-color: #hexcodehere;
scrollbar-arrow-color: #hexcodehere;
Think it will need some editing in order to work outside the body tag.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.