Closed
Bug 269203
Opened 20 years ago
Closed 20 years ago
The body background color specified in a css file is not set
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rodcarroll, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 If the body background color is set in a linked css file then it does not work. If set in the individual html file it works fine. Reproducible: Always Steps to Reproduce: 1.http://www.flpfriends.org.uk/index.htm 2. 3. Actual Results: Got a white background Expected Results: Should have got a plum background ("#D94469") css file source (fflp.css): /* * Body */ /* Winter Color */ /* body {background:"#993399";} */ /* Spring Color */ /* body {background-color: "#90EE90";}*/ /*Autumn Color*/ body {background-color: "#D94469";} /* * links */ /* Winter Color */ /*a:link {color: "#800080";} a:visited {color: "#800080";} a:active {color: "#800080";} */ /* Spring Color */ /*a:link {color: "#0CCB29";} a:visited {color: "#0CCB29";} a:active {color: "#0CCB29";}*/ /*Autumn Color*/ a:link {color: "#B22222";} a:visited {color: "#B22222";} a:active {color: "#B22222";}
Comment 1•20 years ago
|
||
Your syntax is invalid. There shouldn't be quotes around the color codes.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•