Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - position: absolute;
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum Lockedposition: absolute;

 Post Reply Post Reply
Author
puggan View Drop Down
Newbie
Newbie


Joined: 03 July 2005
Location: Sweden
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote puggan Quote  Post ReplyReply Direct Link To This Post Topic: position: absolute;
    Posted: 03 July 2005 at 4:48am
Hi!
 
I got all IFrames messed up,
when i put the editor in a div whit: style="position: absolute;"
 
Test it:
 
Code:
Back to Top
puggan View Drop Down
Newbie
Newbie


Joined: 03 July 2005
Location: Sweden
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote puggan Quote  Post ReplyReply Direct Link To This Post Posted: 04 July 2005 at 6:45am
the error is in:

//Iframe top offset
function getOffsetTop(elm)
{
var mOffsetTop = elm.offsetTop;
var mOffsetParent = elm.offsetParent;
while(mOffsetParent)
{
mOffsetTop += mOffsetParent.offsetTop;
mOffsetParent = mOffsetParent.offsetParent;
}
return mOffsetTop;
}

this only works as long as all offsets is relativ to its parent.
if not, like in my case, it adds the absoulutepositions of the parents.

how do i chande this:
mOffsetParent = mOffsetParent.offsetParent;
i want it to be like this:
if (???)
mOffsetParent = mOffsetParent.offsetParent;
else
mOffsetParent = null;

where the if (???), check if the cordinate in mOffsetParent are not absolute.

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.