Firefox 52.1.2 - How Can I Color The Sliders?

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
User avatar
Applejack
Posts: 4
Joined: January 18th, 2019, 11:36 pm
Location: Sweet Apple Acres In Equestria

Firefox 52.1.2 - How Can I Color The Sliders?

Post by Applejack »

This here code works fine in IE 6.

Code: Select all


BODY {
	SCROLLBAR-FACE-COLOR: #ffccff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	COLOR: #ff99ff; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	BACKGROUND-REPEAT: repeat-y; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	FONT: 10px Verdana;	
}

But, it won't work in anythin else.

Can someone tell me how ta get it ta work in Firefox 52.1.2 ?

Given how tha site Ah'm buildin is intended to look girly, Ah would like to have those pink an white scrollbar colors showin.
Jus a hard workin mare tryin ta make a livin aroun these here local parts.
User avatar
Frenzie
Posts: 2135
Joined: May 5th, 2004, 10:40 am
Location: Belgium
Contact:

Re: Firefox 52.1.2 - How Can I Color The Sliders?

Post by Frenzie »

In IE6? Are you having a laugh? :lol:

https://developer.mozilla.org/en-US/doc ... lbar-color might help if not.
Intelligent alien life does exist, otherwise they would have contacted us.
User avatar
dickvl
Posts: 54145
Joined: July 18th, 2005, 3:25 am

Re: Firefox 52.1.2 - How Can I Color The Sliders?

Post by dickvl »

Note that you need at least Firefox 64 for support (63 requires to flip a pref), so in Firefox 52 you are out of luck.
https://developer.mozilla.org/en-US/doc ... ses/64#CSS
Post Reply