Closed Bug 126710 Opened 24 years ago Closed 21 years ago

noer.at - does not correctly display

Categories

(Tech Evangelism Graveyard :: German, defect, P3)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Biesinger, Unassigned)

References

()

Details

(Whiteboard: [eurocontest][havefix][havecontact] [proprietary-javascript])

The URL from above doesn't correctly display, there's too much spacing near the top and the text doesn't scroll from right to left (uses document.layers). Not sure if this should really be Europe:West, it's an austrian URL.
displays wrong on linux too... os->all... though it probably has no meaning in tech evang.
OS: Windows 98 → All
Confirm it with build 2002050108 - WinXP. :-/
Whiteboard: [eurocontest]
raising priority/severity. working on a fix.
Severity: normal → critical
Priority: -- → P2
first issue, the space between top and bottom, is resolved by adding this line to http://www.noer.at/global.css : td img { vertical-align: top; } second issue is javascript related. I will attach a fix.
Whiteboard: [eurocontest] → [eurocontest][havefix]
corrected doanim function : function doanim() { if(document.layers) { document.newsticker.left=x; if(!w) w=document.newsticker.document.width; //+document.width/2; if(!s) s=document.width/2 } else if(document.all) { document.all.newsticker.style.left=x; if(!w) w=1500; if(!s) s=document.body.offsetWidth/3; } else if (document.getElementById) { document.getElementById('newsticker').style.left = x + "px"; if(!w) w=1500; if(!s) s=document.getElementsByTagName('body')[0].offsetWidth/3; } x-=speed; if(x<-w) x=s; setTimeout("doanim()",delay); } this code isnt very good, as it will display a horizontal scrollbar (as it already does with their code on IE/NS4). we should point them to xbMarquee: http://bclary.com/xbProjects-docs/xbMarquee/
contact info anyone ?
redaktion.online@noen.at seems to be their email address.... according to http://www.noer.at/service/sitemap.shtm maybe the noen is a typo and should be noer, I wouldn't know
Whiteboard: [eurocontest][havefix] → [eurocontest][havefix][havecontact]
can anyone contact them ?
Summary: http://www.noer.at/ does not correctly display → noer.at - does not correctly display
Severity: critical → major
Priority: P2 → P3
Hardware: PC → All
Whiteboard: [eurocontest][havefix][havecontact] → [eurocontest][havefix][havecontact] [proprietary-javascript]
move...
Assignee: nitot → german
Component: Europe: West → German
QA Contact: z-caillon-obsolete2 → german
Correct emailadress: redaktion.online@noen.at noen is right (stands for NiederOEsterreichische Nachrichten), don't know why they have the noer.at-domain too
noer.at appears to redirect to noen.at.
oh, looks like they fixed this in the meantime.
Status: NEW → RESOLVED
Closed: 21 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.