Thanks,
Rick
Let me know if I have erred.
--
RayBan
"...I don't believe it!", exclaimed the young Jedi apprentice.
"That" replied the Jedi master, grimly, "is why you fail".
http://www.macrospot.com
"Rick" <sand...@home.com> wrote in message
news:OMN7gGolBHA.856@tkmsftngp03...
Other ideas?
Rick
"Ray Ban" <macr...@earthlink.net> wrote in message
news:PoQ08.32666$zw3.3...@newsread1.prod.itd.earthlink.net...
Does this help?
--
RayBan
"...I don't believe it!", exclaimed the young Jedi apprentice.
"That" replied the Jedi master, grimly, "is why you fail".
http://www.macrospot.com
"Rick" <sand...@home.com> wrote in message
news:OVHCvCknBHA.2360@tkmsftngp02...
top = findTop(document.all.objectID);
left = findLeft(document.all.objectID);
function findTop(o) {
var nTop = o.offsetTop;
// if we are still inside the body, move up the tree
if (!o.tagName == "body")
nTop += findTop(o.offsetParent);
return nTop;
}
Create a similar function for finding the left of an object using
offsetLeft.
Rick
"alec p black" <abl...@mindspring.com> wrote in message
news:eMtVd6ArBHA.2252@tkmsftngp03...