Question:
how can i make my scrollbar apper in color on firefox?
gilgarza313
2007-06-27 09:16:06 UTC
like when i go to myspace pages the scrollbar usually matches with their layout and all, but on firefox it always stays the stock color and its always the same. How can i change that
Three answers:
2007-06-28 04:34:52 UTC
Firefox is not compatible with custom scrollbar colors. No matter how a webpage is designed w.r.t the scrollbar and whatever its HTML code, firefox doesn't allow changes to the color of its scrollbar. However, IE and Opera are among the browsers which'll support custom scrollbar colors.



Few threads exist in the dynamic drive forums regarding this. For more information check it out: http://www.dynamicdrive.com/forums/archive/index.php/t-5005.html and http://www.dynamicdrive.com/forums/archive/index.php/t-7502.html



Finally, here's an example of the scrollbar CSS properties code in a webpage:



{

scrollbar-face-color: #FF00FF;

scrollbar-shadow-color: #0AB0FF;

scrollbar-highlight-color: #00FF00;

scrollbar-3dlight-color: #FF00FF;

scrollbar-darkshadow-color: #00FFFF;

scrollbar-track-color: #FFCC00;

scrollbar-arrow-color: #000000;

}



However, firefox doesn't support the scrollbar CSS properties, so this coding shouldn't work on the firefox browser.
2007-06-27 16:20:07 UTC
The code used on some of those MySpace pages aren't coded for FireFox. You can change the scroll bar though by downloading a theme for FireFox.
2007-06-27 16:19:37 UTC
i haven't see an option in fire fox for this


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...