Closed
Bug 92395
Opened 25 years ago
Closed 24 years ago
rabotheaterhengelo.nl - background color displayed as black
Categories
(Tech Evangelism Graveyard :: Dutch, defect, P1)
Tech Evangelism Graveyard
Dutch
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: E.deWilde, Assigned: tristan)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2+)
Gecko/20010725
BuildID: 2001072503
A background color that displays as "Light Yellow" in other browsers is
displayed as "Black"in mozilla. This happens in the Win32 version as well as in
the Linux version.
It concerns BGCOLOR="rgb(255,233,189)"
Here's as piece of code from the URL above:
<tr> <td WIDTH=175 BGCOLOR="rgb(255,233,189)" HEIGHT=22>
<p><font SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich
BT,sans-serif"></font><font SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich
BT,sans-serif">Eijsink Afrekensystemen</font></p>
</td>
<td WIDTH=150 BGCOLOR="rgb(255,233,189)">
<p><font SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich
BT,sans-serif"></font><font SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich
BT,sans-serif">Eijsinkzaal</font></p>
</tr>
Reproducible: Always
Steps to Reproduce:
1.Just open the URL
2.
3.
Comment 1•25 years ago
|
||
wfm with win2k build 20010725 (trunk)
(looks identical in Mozilla and NS4.7x)
Reporter :
Is your setting in Appearance/Colors correct ?
Are you blocking images ?
Comment 2•25 years ago
|
||
"rgb(x,y,z)" is an invalid value for the bgcolor attribute (see
http://www.w3.org/TR/html4/types.html#h-6.5 for details)
Use bgcolor="#ffe9bd" instead.
Comment 3•25 years ago
|
||
Interesting that in the top frame,
http://www.rabotheaterhengelo.nl/html/header_sponsors.html - the color you want
is displayed because you used an inline style.
<body STYLE="background-color: rgb(255,233,189);">
You can either use an inline style in your TD, or use the proper BGCOLOR value I
mentioned earlier.
I am marking this bug invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 4•25 years ago
|
||
You know.. it just hit me that this probably isn't your webpage E.deWilde.
REOPENING to send to Evangelism.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 5•25 years ago
|
||
-> evangelism.
Assignee: asa → bclary
Status: UNCONFIRMED → NEW
Component: Browser-General → Evangelism
Ever confirmed: true
QA Contact: doronr → zach
Hardware: PC → All
Comment 6•25 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 7•25 years ago
|
||
-> Euro
Assignee: bclary → nitot
Component: US English → European
QA Contact: zach → momoi
Comment 8•24 years ago
|
||
Moving to new component "West Europe". European component is being removed.
See bug 95808 for details.
Component: European → West Europe
QA Contact: momoi → caillon
Summary: background color displayed as black → rabotheaterhengelo.nl - background color displayed as black
Comment 9•24 years ago
|
||
Half of the sponsors names do not appear.
I put priority to 1.
2001092905094.
Priority: -- → P1
Comment 10•24 years ago
|
||
404.
new spnsors-page works.
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•