Closed
Bug 216634
Opened 22 years ago
Closed 12 years ago
Daum Cafe Navigation menu appears on the right instead of the left
Categories
(Core :: Layout: Positioned, defect)
Core
Layout: Positioned
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Erich.Iseli, Unassigned)
References
()
Details
(Keywords: qawanted, testcase)
Attachments
(1 file)
|
616 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507
Daum is one of the most visited websites of the web (according to Alexa.com),
and the targetted public is only Korean. So imagine if you want to make a Korean
use Mozilla, this site is a must-work.
There's, on the page an iframe with the id "leftmenu", but it appears on the
rigth: the position is absolute but only the distance from top has been given.
Apparently, IE interpretes a missing distance from the left as being left=0,
which Mozilla doesn't. And it's right so. Thus, the webmaster should be bugged
about adding this one line of code.
Reproducible: Always
Steps to Reproduce:
1. load a daum cafe page, for example http://cafe.daum.net/olivier/
2.
3.
Actual Results:
The navigation is on the right (you have even to scroll horizontally in order to
see it)
Expected Results:
The menu should be on the left
| Reporter | ||
Updated•22 years ago
|
Summary: Daum Cafe Navigation menu appears on the left instead of the right → Daum Cafe Navigation menu appears on the right instead of the left
| Reporter | ||
Updated•22 years ago
|
Component: Other → Korean
Comment 1•21 years ago
|
||
*** Bug 226170 has been marked as a duplicate of this bug. ***
Comment 2•21 years ago
|
||
*** Bug 232307 has been marked as a duplicate of this bug. ***
Comment 3•21 years ago
|
||
I'm putting this back to layout like bug 232307 was, because it's not clear to
me that Mozilla's layout is correct. Depending on the precise meaning of the
"static position" stuff in CSS2.1, IE's layout may be correct.
See bug 232307 comment 2.
Assignee: other → nobody
Component: Korean → Layout: R & A Pos
Keywords: qawanted
OS: Linux → All
Product: Tech Evangelism → Browser
QA Contact: other → core.layout.r-and-a-pos
Hardware: PC → All
Version: unspecified → Trunk
Comment 4•21 years ago
|
||
Ian, what should happen in this situation:
<body>
<iframe style="width: 100%"></iframe>
<iframe style="position:absolute; top:0"></iframe>
</body>
Comment 5•21 years ago
|
||
Has anyone got another example of this problem elsewhere? The site in question
appears identical in IE and Mozilla, it looks like it has been rewritten.
Comment 6•21 years ago
|
||
Yeah, daum.net fix his problem.
and, I know other one nearly trouble, but Firefox 1.0 PR accept that code. I
think this bug finished here.
Comment 7•20 years ago
|
||
works for me, using deer park alpha 2.
Comment 8•20 years ago
|
||
| Reporter | ||
Comment 9•12 years ago
|
||
As the reporter of this bug, I confirm what has been written above in comment #7. Works for me with Firefox 23.0.1
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•