Closed Bug 172319 Opened 22 years ago Closed 22 years ago

Cascading Style Sheet Background Color Ignored

Categories

(SeaMonkey :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: swhite, Assigned: asa)

Details

I have the following in my cascading style sheet:

Div {FONT-SIZE: 8pt; 
     COLOR: #1da8eb; 
	 background color: #000066; 
	 FONT-FAMILY: Trebuchet MS; 
	 font-weight: bold;
	 position: absolute;
	 }

However, the background color of the <div></div> elements is shown in white
instead of dark blue.  This works perfectly in IE 6.

I also have the following in the cascading style sheet:

th {FONT-FAMILY: Trebuchet MS;
      background color: #000066;
	  color: #1da8eb;
	  font size: 8pt;
	 }

However, the <th></th> elements background color again shows as white instead of
dark blue and this also works in IE 6.
I think the property's name is "background-color" not "background color"

See here:  http://www.w3schools.com/css/pr_background-color.asp
Comment #2 is correct. INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Verified.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.