Re: [WSG] How do I find the document width in ie and mozilla?

2004-10-15 Thread Terrence Wood
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Terrence Wood Sent: Friday, 15 October 2004 10:58 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] How do I find the document width in ie and mozilla? x = self.innerWidth; y = self.innerHeight; I need to

RE: [WSG] How do I find the document width in ie and mozilla?

2004-10-14 Thread Gareth Edwards
D] [mailto:[EMAIL PROTECTED] On Behalf Of Terrence Wood Sent: Friday, 15 October 2004 10:58 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] How do I find the document width in ie and mozilla? x = self.innerWidth; y = self.innerHeight; > I need to find the document width.. ie.. if the v

Re: [WSG] How do I find the document width in ie and mozilla?

2004-10-14 Thread Terrence Wood
x = self.innerWidth; y = self.innerHeight; > I need to find the document width.. ie.. if the viewing screen is too > small I need to know the document size.. not the viewing size. > > Document.body.clientWidth seems to work for internet explorer.. giving > me the correct sizes.. >

[WSG] How do I find the document width in ie and mozilla?

2004-10-14 Thread Gareth Edwards
I need to find the document width.. ie.. if the viewing screen is too small I need to know the document size.. not the viewing size.   Document.body.clientWidth seems to work for internet explorer.. giving me the correct sizes..   But the same code for Mozilla/firefox  seems to only giv