Closed
Bug 125443
Opened 23 years ago
Closed 9 years ago
heroes.ag.ru - Incorrect page layout
Categories
(Web Compatibility :: Site Reports, defect)
Web Compatibility
Site Reports
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sergiojr, Unassigned)
References
()
Details
(Whiteboard: [country-ru] [contactready] [css])
Attachments
(2 files)
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8) Gecko/20020204
Comment 1•23 years ago
|
||
looks fine to me (Linux 2002021214), can you be a bit more specific?
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
[see screenshots]
In particular, note the two grey horizontal bars at the top of the page, the
doubled title bar on the main table, and the 8 <div> elements in the lower
middle of the page.
Evangelism, I think: the w3c Validator didn't like this page at ALL.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•23 years ago
|
||
http://www.heroes.ag.ru/heroes.css contains the following CSS2 rule:
.id {position: fixed}
IE does not support CSS2, so it simply ignores the rule since it's unable to
render it.
Mozilla obeys that rule and lays the page out correctly.
To fix the page, that rule simply has to be removed from heroes.css
I suspect that the extra margin at the top of the page is due to this rule in
/mozilla/source/layout/html/document/src/forms.css
form {
display: block;
margin: 0 0 1em 0;
}
The doubled title bar is probably due to a mistake somewhere in that mess.
Over to Evangelism
Component: Layout → Europe: East
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
Hardware: PC → All
Version: other → unspecified
Comment 7•23 years ago
|
||
Mass-accepting bugs - sorry for the spam. I'm back :)
Status: NEW → ASSIGNED
Comment 8•22 years ago
|
||
Quitting Evangelism due to lack of time...
Assignee: nikolai → nobody
Status: ASSIGNED → NEW
Updated•22 years ago
|
Summary: Incorrect page layout → heroes.ag.ru - Incorrect page layout
Comment 9•22 years ago
|
||
-> other
Assignee: nobody → other
Component: Europe: East → Other
QA Contact: momoi → other
Comment 10•16 years ago
|
||
still broken
Updated•14 years ago
|
Assignee: other → russian
Component: Other → Russian
QA Contact: other → russian
Comment 11•13 years ago
|
||
Looks like http://heroes.ag.ru/ has been completely
Comment 12•13 years ago
|
||
Please, ingnore comment 11
![]() |
||
Comment 13•11 years ago
|
||
To note that the page exhibits exactly the same broken behavior in Blink, in WebKit, in Gecko.
So it seems it's a Web site designed specifically for old IE. I wonder what it looks like in modern IE. A good candidate to move right away to http://webcompat.com/
Assignee: russian → nobody
Component: Russian → Desktop
Whiteboard: [country-ru] [contactready] [css]
![]() |
||
Comment 14•9 years ago
|
||
The last update on the site is from 2013.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•