Closed
Bug 283833
Opened 20 years ago
Closed 20 years ago
Doesn't give the right background-color using style.css with background-color:
Categories
(Toolkit :: View Source, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: zewald, Assigned: bugs)
Details
Attachments
(1 file)
|
97 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.7.5) Gecko/20041202 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.7.5) Gecko/20041202 Firefox/1.0
Ok, I am building a website using css. As background for that page I do this in
my css file:
body { background-color: #000000; } <-- This doesn't work in mozilla. Mozilla
only works fine by me when I do: body { background: #000000; } The first one is
the ideal way for putting a color to the background.
Reproducible: Always
Steps to Reproduce:
1. .html file using a css for the layout
2. .css using:: body { background-color: #000000; }
3.
Actual Results:
Background doesn't show
Expected Results:
Make this work. It is a css-rule.
Comment 1•20 years ago
|
||
This shows that what you're reporting works just fine. You're probably seeing something like bug 208887.
Summary: Doesn't give the right background-color → Doesn't give the right background-color using style.css with background-color:
Strang, I really have this problem. But.. I can't remake the problem. I have tryed to make an demo of it. But that one works... :S.
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•