Closed Bug 38093 Opened 24 years ago Closed 24 years ago

Background page colors do not show up

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: dbrady, Assigned: pierre)

References

()

Details

The background colors on this page do not show up. They do in Navigator and IE.
dbrady@serv.net (Donald Brady), this looks exactly the same to me in IE5 as it 
does in Mozilla build from today (05/04).  Can you be more descriptive or 
attach a screenshot (or a testcase).
I'm using M15. Your latest build may fix this problem.
resolved WORKSFORME (tested with 050808 build under NT).  Reporter, if you 
still see this with current nightly builds please reopen.  Thank you for your 
help in testing Mozilla and reporting bugs.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
I have to wonder how the reporter tested this page with IE on linux. But, this
is still a problem on linux build 2000050820. The code used to set the
background color is in a seperate css file: 

h1 {
color : #666600;
}
h2 {
color : #666600;
}
h3 {
color : #CC3300;
}
body {
backgroundcolor : #FFFFEE;
}

which is linked into the document via:
<link rel=stylesheet type="text/css" href="./chantanee.css">

It could be that color doesn't render properly at my color depth and N4.72
adjusts for that, but mozilla doesn't..
Status: RESOLVED → UNCONFIRMED
Component: Browser-General → Style System
Resolution: WORKSFORME → ---
OK, over to Style System owner for further triage.
Assignee: asadotzler → pierre
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: jelwell → chrisd
The property name should be "background-color", not "backgroundcolor".

I don't think the case is common enough to implement it as a Nav quirk.

Closed as Invalid.

Status: NEW → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → INVALID
Adding 'verifyme' keyword
Keywords: verifyme
This host is down. It's been five months. The problem is obviously a typo or bad
CSS markup. Marking verified as the likelyhood that no other resolution will be
apparent is high.
Status: RESOLVED → VERIFIED
Keywords: verifyme
You need to log in before you can comment on or make changes to this bug.