Closed
Bug 141565
Opened 23 years ago
Closed 23 years ago
CSS Scroll Bar not loading / displaying properly
Categories
(SeaMonkey :: Sidebar, defect)
Tracking
(Not tracked)
People
(Reporter: andrew, Assigned: samir_bugzilla)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc1)
Gecko/20020417
BuildID: 2002041711
The CSS scroll bar I have on my site http://www.netphoria.org does not display
on Mozilla.
Only the default scroll bar displays when using Mozilla.
This is the code that is used. This codes works on Netscape 6.2 and also any
version of IE 4 and up I believe.
<STYLE type="text/css">
BODY
{scrollbar-face-color: #000034; scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #000034;
scrollbar-darkshadow-color: #000034; scrollbar-track-color: #000055;
scrollbar-arrow-color: #ffffff}
</STYLE>
Reproducible: Always
Steps to Reproduce:
1. just go to http://www.netphoria.org and you will see
2.
3.
Actual Results: It won't display the CSS scroll bar that is coded in the page.
Expected Results: It should display the CSS scroll bar.
This is the code used, it works on Netscape 6.2 and versions of IE 4 and higher.
<STYLE type="text/css">
BODY
{scrollbar-face-color: #000034; scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #000034;
scrollbar-darkshadow-color: #000034; scrollbar-track-color: #000055;
scrollbar-arrow-color: #ffffff}
</STYLE>
Comment 1•23 years ago
|
||
Please, test your browsers again.
This css extensions only work in IE 5.5 and higher.
They don't work at all in IE 4, 5.0 or any Netscape.
And next time, please choose a better component, Sidebar doesn't have any
relationship with the style system.
*** This bug has been marked as a duplicate of 77790 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
so why not implement it? just to let microsoft (and Konqueror by the way) have
one more feature??
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•