Closed
Bug 242001
Opened 21 years ago
Closed 21 years ago
Table background-color attribute not working
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: webmaster, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a) Gecko/20040428 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a) Gecko/20040428 Firefox/0.8.0+
This is the offending CSS code:
table.sidebar {
background-color:#1f32ff
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
When I save the page, I see this:
table.sidebar {
background-color:#1f32ff ;
font-size:10pt;
border: 4px solid black;
}
Both in Mozilla and IE. Removing the spaces before the semi-colon fixes the
problem.
There's probably some weird/illegal character in there that Mozilla doesn't like.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•