Closed
Bug 72183
Opened 25 years ago
Closed 24 years ago
Germany absolute positioning causes overlapping
Categories
(Tech Evangelism Graveyard :: German, defect, P4)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: jens-uwe, Assigned: tristan)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14 i686; en-US; 0.8.1) Gecko/20010314
BuildID: 2001031409
the mentioned web page has a menu, where the menu items overlap, so the page is
unusable.
The page uses absolute positioning
Reproducible: Always
Steps to Reproduce:
1. go to http://www.manolya.de/neu/index1.php3
2. try to read the menu items
Actual Results: the menu items do overlap, making reading them impossible
Expected Results: menu should be readable
The page uses absolute positioning.
I am not sure, if the HTML code is correct. While it works with NS4 and IE, it
does not work with Mozilla, Opera and Konqueror. So outside the Mozilla world we
have a 50:50 situation ;-)
Comment 1•25 years ago
|
||
Over to evangelism (though this could also just be closed as INVALID). The page
uses code like the following:
<div align='right' style='POSITION: absolute; TOP: 3 px; VISIBILITY: visible;
WIDTH: 150px; Z-INDEX: 2'>
The space after "TOP" between "3" and "px" is invalid, so the "TOP:" rule is
thrown out (since "3 px" is not a valid length).
IE and NS 4.x such for breaking CSS forward-compatibility this way.
Assignee: karnaze → evangelism
Component: Layout → Evangelism
QA Contact: petersen → zach
Comment 2•25 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Updated•25 years ago
|
Priority: -- → P4
Comment 3•25 years ago
|
||
Assigning to Euro Evangelist
Assignee: bclary → nitot
Summary: absolute positioning causes overlapping → Germany absolute positioning causes overlapping
Updated•24 years ago
|
Component: Evangelism → European
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 4•24 years ago
|
||
Worksforme (actually works for jur as stated in mozillazine discussion on
2001-09-16 00:10 CET)
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•24 years ago
|
Component: European → West Europe
QA Contact: zach → caillon
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
•