Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > color scroll bar?

Reply
Thread Tools

color scroll bar?

 
 
Sam
Guest
Posts: n/a
 
      10-30-2003
Hi, just wondering where I can find a how to change the scroll bar color?
Thanks.


 
Reply With Quote
 
 
 
 
rf
Guest
Posts: n/a
 
      10-30-2003

"Sam" <> wrote in message
news:%93ob.221353$pl3.15483@pd7tw3no...
> Hi, just wondering where I can find a how to change the scroll bar color?
> Thanks.


Probably google.
http://www.google.com.au/search?q=ch...roll+bar+color
gives a hundred and sixty thousand hits. I hope many of them tell you do not
do this. You own the canvas, I own the browser.

Cheers
Richard.

>



 
Reply With Quote
 
 
 
 
Toby A Inkster
Guest
Posts: n/a
 
      10-30-2003
Sam wrote:

> Hi, just wondering where I can find a how to change the scroll bar color?


In Windows, right click on your desktop to go to display preferences. It's
somewhere in there.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?id=132

 
Reply With Quote
 
Sam
Guest
Posts: n/a
 
      10-30-2003
Thanks for the link, a lot of help, worked out great.

"rf" <> wrote in message
news:RG3ob.170919$...
>
> "Sam" <> wrote in message
> news:%93ob.221353$pl3.15483@pd7tw3no...
> > Hi, just wondering where I can find a how to change the scroll bar

color?
> > Thanks.

>
> Probably google.
> http://www.google.com.au/search?q=ch...roll+bar+color
> gives a hundred and sixty thousand hits. I hope many of them tell you do

not
> do this. You own the canvas, I own the browser.
>
> Cheers
> Richard.
>
> >

>
>



 
Reply With Quote
 
Safalra
Guest
Posts: n/a
 
      10-30-2003
"Sam" <> wrote in message news:<%93ob.221353$pl3.15483@pd7tw3no>...
> Hi, just wondering where I can find a how to change the scroll bar color?


You can only do it in Internet Explorer, as it uses non-standard
Microsoft code.

It's also really bad style to change the user's GUI - as a web page
author you should only have influence over the section of the screen
assigned to you; if you're allowed to mess with the scrollbars, they
may as well let you change the entire colour scheme and the desktop
background picture to suit your site - this is obviously rediculous.

--- Stephen Morley ---
http://www.safalra.com
 
Reply With Quote
 
Keith
Guest
Posts: n/a
 
      10-31-2003
Sam wrote:
> Hi, just wondering where I can find a how to change the scroll bar color?


Stick this in your <style type="text/css"> </style> and alter the colors to
you preference.

body { scrollbar-face-color: red; scrollbar-arrow-color: white;
scrollbar-shadow-color: gray }


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing font color from current font color to black color Kamaljeet Saini Ruby 0 02-13-2009 04:58 PM
Enable Scroll up and scroll down in CR-report Sathiamoorthy ASP .Net 1 11-28-2006 11:42 PM
Using a div with scroll bars - can we get the scroll bars on the left instead of the right side? UJ ASP .Net 1 11-01-2006 09:32 PM
change the scroll speed of a scroll pane? Kevin Java 1 02-05-2005 09:42 AM
prevent mouse scroll to scroll in a dropdownlist nicholas ASP .Net 0 12-07-2004 11:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57