I agree aspeshily on the Netscape6.0 front. for example if you have a
background 1pic wide image set to 100% width, and you don't reference the
image correctly by using ../../ or http://www.domain/folder/image rather
than going by the root of the site - such as '/folder/image' the background
image flash's intensly.
Q.
-----Original Message-----
From: Nyman, Robert [mailto:Robert.Nyman@i...]
Sent: Wednesday, October 24, 2001 9:48 AM
To: javascript
Subject: [javascript] RE: x y coordinates of an area
This is the constant discussion, and it has been going on for a while now.
I do agree that the effort should rather be put in to making a
state-of-the-art site for
IE and NS6, and just offer really basic content for Netscape 4.
It's not worth to waste one's time on developing for such an incomplete and
instabile browser.
Worth mentioning is that Netscape 6 wasn't much better regarding stability,
but the 6.1 version works pretty well.
/Robert
-----Original Message-----
From: Quinton Sheppard [mailto:quintons@k...]
Sent: den 24 oktober 2001 11:46
To: javascript
Subject: [javascript] RE: x y coordinates of an area
The percentage of people using Netscape 4 is small, not as small as Opera
but compared to IE 4+ and NS6+ it - in my oppinion - is'nt worth touching.
For instance I'm invloved in the developement of a reserach site and we are
targeting IE4+ and NS6+ for a high level of userbality and a basic site for
the rest (no menu's nor anything visually interesting, just the bare bones
of the site).
Q.
-----Original Message-----
From: Nyman, Robert [mailto:Robert.Nyman@i...]
Sent: Wednesday, October 24, 2001 9:30 AM
To: javascript
Subject: [javascript] RE: x y coordinates of an area
Good! Good luck with Netscape 4! :-)
/Robert
-----Original Message-----
From: Julian Sinclair [mailto:julian.sinclair@t...]
Sent: den 24 oktober 2001 10:28
To: javascript
Subject: [javascript] RE: x y coordinates of an area
Robert,
thanks for the reply that works. for future reference I also did a bit more
digging around last night and discover the clip.height
and clip.width properties which seems to do the same thing.
Julian Sinclair
> -----Original Message-----
> From: Nyman, Robert [mailto:Robert.Nyman@i...]
> Sent: 24 October 2001 08:27
> To: javascript
> Subject: [javascript] RE: x y coordinates of an area
>
>
> Try:
>
> document.layers[id].y + document.layers[id].document.height
> document.layers[id].x + document.layers[id].document.width
>
>
>
> /Robert
>
>
>
> -----Original Message-----
> From: Julian Sinclair [mailto:julian.sinclair@t...]
> Sent: den 23 oktober 2001 18:19
> To: javascript
> Subject: [javascript] x y coordinates of an area
>
>
> All,
>
> I am trying get my mind around moving <div> elements around a
> page and I am
> running out of ideas of how to make what I am doing work
> in NN4.
>
> What I would really like (and can't seem to find) is the x
> and y coordinates
> of the bottom right corner of a <div> rather than the
> top left corner you get by using document.layers[id].y and
> document.layers[id].x
>
> Am I missing something or is this not as easy as it seems ?
>
> Julian Sinclair
>
>