Closed
Bug 81397
Opened 24 years ago
Closed 24 years ago
not working scrollbar-CSS elements
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: markushuebner, Assigned: asa)
References
()
Details
In the CSS it says
BODY {
scrollbar-face-color: #C3D7EC;
scrollbar-shadow-color: #A5B8CE;
scrollbar-highlight-color: #C3D7EC;
scrollbar-3dlight-color: #C3D7EC;
scrollbar-darkshadow-color: #666666;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
}
but has no effect on Mozilla. Build 2001051620
If you change the window-height so that you have to scroll, the appearing
scroll-bars should have a light-blue look.
Comment 1•24 years ago
|
||
I believe these are Microsoft extensions to CSS, not part of the standard.
Comment 2•24 years ago
|
||
Correct, this is a MS CSS extension. This should probably be marked INVALID.
over to style for verf.
Component: Browser-General → Style System
![]() |
||
Comment 3•24 years ago
|
||
marking duplicate. This may happen, but not anytime soon.
*** This bug has been marked as a duplicate of 77790 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•