Closed
Bug 192144
Opened 23 years ago
Closed 16 years ago
roucka.de - menu problems: overwritten links
Categories
(Tech Evangelism Graveyard :: German, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tonb03, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.2.1) Gecko/20021130
On some internet sites the menu-items were overwritten by other items so I can't
read them.
Reproducible: Always
Steps to Reproduce:
1. type in URL name: http://www.roucka.de/
2. press Enter
3. watch the menu
Actual Results:
On some internet sites the menu-items were overwritten by other items so I can't
read them.
Expected Results:
Place the items like M$ Internet Explorer does
-
Comment 1•23 years ago
|
||
var n = (document.layers) ? 1:0;
var ie = (document.all) ? 1:0;
var browser=((n || ie) && parseInt(navigator.appVersion)>=4)
//Initiating the menus onload, if it's a 4.x+ browser.
if(browser) onload=init;
Oops. The site just purposefully made itself look that way in any browser that
does not support the non-standard extensions document.all or document.layers.
Not a Mozilla bug.
Assignee: asa → nitot
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: asa → brantgurganus2001
Version: Trunk → unspecified
Comment 2•23 years ago
|
||
Hmm? But menus overlaped by another case -- they made from several div's with
same class with position: absolute.
Comment 3•23 years ago
|
||
Yes, but the script that never runs is supposed to reposition them and hide some
of them.
Updated•22 years ago
|
Summary: menu problems: overwritten links → roucka.de - menu problems: overwritten links
Comment 4•22 years ago
|
||
move...
Assignee: nitot → german
Component: Europe: West → German
QA Contact: brantgurganus2001 → german
Updated•21 years ago
|
Whiteboard: [bug248549notfixed]
Updated•10 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
•