Closed
Bug 192544
Opened 23 years ago
Closed 23 years ago
page looks completely different in IE6, please compare for yourselves
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: atrensz, Assigned: asa)
References
()
Details
User-Agent: Mozilla/4.0
Build Identifier: 1.3a (as published)
may not be a bug, apologies in advance if it isn't. I simply am not experienced
enough to tell whether there's something in violation of the standards on that
page, but I thought I'd report it anyway, will close this bug immediately if it
isn't a bug.
Reproducible: Always
Steps to Reproduce:
1.open the URL
2.
3.
Actual Results:
colours wrong, checker-pattern missing around main table
OS is WinME
Comment 1•23 years ago
|
||
Code of central frame is not valid.
When I enter "http://home.attbi.com/~mschordan/flyingtires/news/index.html" in
w3c validator, I have a bunch of errors, like :
"Line 76, column 34: there is no attribute "COLOR" (explain...).
<table align=right border=0 color=black>"
See http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE for your table
problem.
Resolving this bug as invalid ?
Comment 2•23 years ago
|
||
the code of the style-sheet is invalid as well. small changes in the css-code
will produce the right result.
Like changing line 19 in http://home.attbi.com/~mschordan/flyingtires/ftsite.css
from:
TR { background: 880000; }
to:
TR { background-color: 880000; }
will show the right background-color.
| Reporter | ||
Comment 3•23 years ago
|
||
Has been explained as non-standard HTML code of the page, color attribute used
improperly.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•