Closed Bug 140567 Opened 23 years ago Closed 21 years ago

espn.go.com - changing visibility doesn't work

Categories

(Tech Evangelism Graveyard :: English US, defect, P2)

x86
All
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mlm, Unassigned)

References

()

Details

On the right hand side, clicking "Leaders", "Injuries", or "Trans." should replace the lineup. But espn.com is doing this: browser = navigator.appName; ie = "Microsoft Internet Explorer"; netscape = "Netscape"; tabsSched = new Array ("schedOne", "schedTwo"); tabsClub = new Array ("teamInfoOne", "teamInfoTwo", "teamInfoThree", "teamInfoFour"); function show(tab) { if (browser == netscape) { document.layers[tab].visibility = 'visible'; } else if (browser == ie) { document.all[tab].style.visibility = 'visible'; } } and document.layers doesn't appear to have any properties in Mozilla. What's the right way to change the visibility?
Confirmed 2002042803/WinXP
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: evang500
OS: Linux → All
Priority: -- → P2
Mine! Mine! All Your Base Belongs to Me!
Assignee: doron → bclary
Blocks: 119194
Summary: espn.com - changing visibility doesn't work → espn.go.com - changing visibility doesn't work
tech evang june 2003 reorg
Assignee: bc → english-us
QA Contact: zach → english-us
Status: NEW → ASSIGNED
Target Milestone: --- → Nov
fixed.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.