Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Applying AniMagiX-gecko-script to w3c-standard

Status
Not open for further replies.

ecko

Technical User
Feb 28, 2003
2
US
First, look at to see the gecko animation.
Then look at the script The problem there is to insert the 'if(document.getElementById)' expression to comply with the w3c standard. How do I do this? I tried to make the script running in Mozilla Gecko, but I couldn't get it.
Is there any expert who can help me?
 
It is useless to check for IE, document.getElementById works for mozilla and IE.
The script should check for an old netscape that works with document.layers.
Just change all document.layers[...] with
document.getElementById(...)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top