Closed Bug 278794 Opened 20 years ago Closed 20 years ago

CSS Scroll bar modification code not working!

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 79008

People

(Reporter: chrisnizzardini, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

The following CSS code will not work in FireFox, but it does work with Internet
Explorer.  Please fix this.

<style type="text/css">
<!--
body {
   scrollbar-arrow-color: #333333;
   scrollbar-base-color: #666666;
   scrollbar-dark-shadow-color: #666666;
   scrollbar-track-color: #B3D9FF;
   scrollbar-face-color: #DCDCDC;
   scrollbar-shadow-color: #FFFFFF;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-3d-light-color: #666666;
   background-color: #FFFFFF;
}
-->
</style>

Reproducible: Always

Steps to Reproduce:
1. Go to my website @ http://www.liquidcipher.com
2. Look at the scroll bar, it will be the default scroll bar in FireFox
3. Then look at my website with Internet Explorer, and it will show the scroll
bar as the CSS code tells it to be displayed

Actual Results:  
In Firefox the CSS code was not displayed correctly/at all. In Internet Explorer
the code was displayed as it should be.
scrollbar properties are not standard but proprieatary (specific to MS IE). Even
MS IE 6 wouldn't honor it in its standard mode (which it enters when your
document has a DTD).

ref. 
http://www.yourhtmlsource.com/stylesheets/scrollbars.html
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Component: General → Style System (CSS)
Product: Firefox → Core
Resolution: --- → INVALID
Version: unspecified → Trunk
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---

*** This bug has been marked as a duplicate of 79008 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.