Closed Bug 265819 Opened 20 years ago Closed 17 years ago

theabyss.ru - Table cells do not highlight under Firefox, but do under IE

Categories

(Tech Evangelism Graveyard :: Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kahlesskahn, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1

There is a CSS error where the tables cells at the top of the page do not
highlight as they do in IE.

Reproducible: Always
Steps to Reproduce:
1. Visit site
2. Mouse over table cells


Actual Results:  
Nothing.

Expected Results:  
Table cells should've changed with mouse over.
Thats because they use document.all

function changedisplay() {
if (document.all.adduser.style.display == 'none') 
document.all.adduser.style.display = 'block'
else 
document.all.adduser.style.display = 'none'
}

--> Tech Evangelism
Assignee: firefox → other
Component: General → Other
OS: Windows XP → All
Product: Firefox → Tech Evangelism
QA Contact: firefox.general → other
Hardware: PC → All
Summary: Table cells do not highlight under Firefox, but do under IE → theabyss.ru - Table cells do not highlight under Firefox, but do under IE
I see no table cells at the top of the page, nor do I see any document.all calls. I also see this:

<!-- Optimized for: IE 5.0+, Opera 8.0+, Mozilla Firefox 1.0+ -->

which sounds to me like this is FIXED.
Status: UNCONFIRMED → RESOLVED
Closed: 17 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.