vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Add Colors to your Scroll Bars (https://vborg.vbsupport.ru/showthread.php?t=89458)

Creative210 07-07-2004 10:00 PM

Add Colors to your Scroll Bars
 
Works on vb 3.x.x.
I noticed that vbulletin 3 does not come with CSS to color your scroll bars.
Using the css below this will add colors to it. This is very easy to do.

Zachery 07-08-2004 02:33 PM

Code:

html
{
        scrollbar-base-color: #E5E4E5;
        scrollbar-arrow-color: #578AD6;
        scrollbar-track-color: #F0F0F0;

Is missing a closing tag

The reason it was not added is because its not CSS valid anymore, not to mention 99% of sites its on looks horrid.

:)

Grounds_Network 07-08-2004 05:49 PM

I dont suggest using that, not all browsers support it. And w3c says its no longer valid.

Zachery 07-08-2004 07:12 PM

:p i just said that

I believe only IE5-6 will support that code correctly

Creative210 07-08-2004 09:14 PM

Quote:

Originally Posted by Grounds_Network
I dont suggest using that, not all browsers support it. And w3c says its no longer valid.

Would you mind posting the valid code? Urmm... nm.

imported_infernonet 07-09-2004 11:08 AM

Theres a chance that IE 5.5 Might too this is when they added this function for customization. Other browsers will have trouble with it, Netscape and maybe opera.

imported_infernonet 07-09-2004 11:19 AM

Quote:

Originally Posted by Zachery
Code:

html
{
        scrollbar-base-color: #E5E4E5;
        scrollbar-arrow-color: #578AD6;
        scrollbar-track-color: #F0F0F0;

Is missing a closing tag

The reason it was not added is because its not CSS valid anymore, not to mention 99% of sites its on looks horrid.

:)

I agree it isnt the best thing to add to your site being most people wont be able to see it!

But all you really need to do like Zachery says add the end tag

Example of what it would look like finished:

Code:

/* ***** SCROLLBARS ***** */
{
        scrollbar-base-color: #E5E4E5;
        scrollbar-arrow-color: #578AD6;
        scrollbar-track-color: #F0F0F0;
}

All ive added is the end tag }

Note this is totally useless if your using netscape browsers that includes Mozilla Mozilla firefox!

Creative210 07-09-2004 05:35 PM

Opps I didnt add a closing tag, becouse I didnt copy and paste it right in my attachement. (It'll happen) oops :)

imported_infernonet 07-10-2004 12:23 AM

these things happen ;)

Ultima07 07-26-2007 12:34 AM

Sorry but as more and more users start using firefox, I dont think this mod will be compitable with all users.


All times are GMT. The time now is 02:42 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01972 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete