Closed Bug 192144 Opened 22 years ago Closed 15 years ago

roucka.de - menu problems: overwritten links

Categories

(Tech Evangelism Graveyard :: German, defect)

x86
Windows 2000
defect
Not set
normal

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

-
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
Hmm? But menus overlaped by another case -- they made from several div's with
same class with position: absolute.
Yes, but the script that never runs is supposed to reposition them and hide some
of them.
Summary: menu problems: overwritten links → roucka.de - menu problems: overwritten links
move...
Assignee: nitot → german
Component: Europe: West → German
QA Contact: brantgurganus2001 → german
[bug248549notfixed]
Whiteboard: [bug248549notfixed]
fixed
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.