Closed
Bug 281696
Opened 20 years ago
Closed 20 years ago
Code to change scroll bar colors does not work
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: palmerj3, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 On my girlfriends web site, http://www.livetoallure.com/cait, all of the scroll bars should be blue. This is the case with IE, but with Mozilla it shows up as the standard grey. Here is the section of code that modifies the scroll bars of one of the pages: print "<style type='text/css'>"; print "body {"; print "scrollbar-arrow-color:#000000;"; print "scrollbar-face-color:#0099cc;"; print "scrollbar-shadow-color:#000000;"; print "scrollbar-highlight-color:#0099cc;"; print "scrollbar-darkshadow-color:#000000;"; print "scrollbar-3dlight-color:#000000; }"; print "</style>"; This does not work. This is the same code that is used to change the scroll bar colors on all the other pages and it does not work. Reproducible: Always Steps to Reproduce: 1. Go to http://www.livetoallure.com/cait 2. Notice the scroll bars are grey 3. And not blue Actual Results: The scroll bars are not blue, they are grey. Expected Results: The scroll bars should be blue and the arrow colors should be different. Open it in IE and see how it should look.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 77790 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•