Topic awaiting preservation: Porting from IE to Netscape |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Charles River |
posted 05-22-2002 16:08
What are the instructions that I should use in NN4 and NN6 that do the same functions as these instructions, in IE? |
Maniac (V) Inmate From: there...no..there..... |
posted 05-22-2002 16:41
well for: - document.body.clientWidth & - document.body.clientHeight it is: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-22-2002 22:11
Replace the 'xx' in lines that start with it (the last three lines) with document.getElementById('xx') |
Maniac (V) Inmate From: Charles River |
posted 05-22-2002 23:56
Just found this: http://www.javascriptkit.com/javatutors/static.shtml |