Closed
Bug 279509
Opened 21 years ago
Closed 21 years ago
The html includes <BODY bgcolor="#000000"> but the background does not turn black.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: samohtrelhe, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; da-DK; rv:1.7.5) Gecko/20041118 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; da-DK; rv:1.7.5) Gecko/20041118 Firefox/1.0
There's not much more to say :)
Reproducible: Always
Steps to Reproduce:
1. Click this link ;) http://www.ehler.dk/EvasPage.html
2.
3.
Actual Results:
The surroundings round the flash image is white
Expected Results:
The surroundings round the flash image should be black as they are in fx IE and
Mozilla for OS/2.
Comment 1•21 years ago
|
||
You're explicitly setting the bgcolor on the embed to white. Change:
<EMBED src="start2.swf" quality=high bgcolor=#FFFFFF
to:
<EMBED src="start2.swf" quality=high bgcolor=#000000
and it works as you want it to. IE uses the <object> tag while Mozilla uses the
<embed>.
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
•