Page 1 of 1

How to change the color of Scroll Bar

Posted: Tue Oct 21, 2003 9:27 am
by szms
I am wondering how to change the color of scroll bar.

Posted: Tue Oct 21, 2003 9:38 am
by twigletmac
You can do it in CSS but only for Internet Explorer, try a Google on 'CSS scrollbar'.

Mac

Posted: Fri Oct 24, 2003 5:12 pm
by qads

Code: Select all

<style>
body&#123;
	scrollbar-3dlight-color: #424242;
	scrollbar-arrow-color: #D9B900;
	scrollbar-darkshadow-color: #72767E;
	scrollbar-face-color: #323641;
	scrollbar-highlight-color: #C0C2C5;
	scrollbar-shadow-color: #82868E;
	scrollbar-track-color: #72767E;
&#125;
</style>
:D

Posted: Sat Oct 25, 2003 12:40 am
by m3rajk
twigletmac wrote:You can do it in CSS but only for Internet Explorer, try a Google on 'CSS scrollbar'.

Mac
why only ie? is is a standard something that ie added on?

Posted: Sat Oct 25, 2003 4:45 am
by cybaf
just did a google search of "scrollbar site:www.w3c.org" and the result showed nothing so the scrollbar property is not a standard, and what I know it only works in IE...

Posted: Sat Oct 25, 2003 4:50 am
by JAM
http://www.iota-six.co.uk/html/33_ie.htm
More interesting IE-only features...

Posted: Sat Oct 25, 2003 5:39 am
by vigge89
you could also use:

Code: Select all

<style>
body &#123;
scrollbar-base-color: #ff3333;
&#125;

Posted: Sat Oct 25, 2003 5:41 am
by vigge89
JAM wrote:http://www.iota-six.co.uk/html/33_ie.htm
More interesting IE-only features...
iframe's works well on my Mozilla Firebird :roll:

Posted: Sat Oct 25, 2003 6:49 am
by cybaf
as of html 4.0 IFRAME is a standard
check this out http://www.w3.org/TR/REC-html40/present ... tml#h-16.5

Posted: Sat Oct 25, 2003 12:17 pm
by m3rajk
i think ti iframe was discussed elsewhere. netscape 4xx was previous to it's add, but due to it's ability to be used as an embedded element so you could have other stuff on the page, it's functionality was actually good enough to be added to the w3c standard, so as of netscape 6, and actually an earlier version of mozilla (i have 1.3.1 but a friend who only uses linux informed me they've had it since about 1.0) have supported it. opera also supports it (i think version 6 and up)