Click to See Complete Forum and Search --> : one more positioning Question


kayzee
02-02-2003, 08:36 AM
I want to have a small span/window that does not scroll with the page. In other words, it should floate on the page and reposition it self relative to the window/frame border.

(some thing like that Ad winodws they have in geocities pages)

Hope one of you could provide some help on this

Cheers

Kayzee

gil davis
02-02-2003, 08:42 AM
http://www.faqts.com/knowledge-base/view.phtml/aid/846/fid/128

khalidali63
02-02-2003, 08:44 AM
set the position:absolute;

then in IE document.body.scrollTop and in NS6+ window.pageYOffset will give you the scrolled down value,add this value to object.style.left+newValue

and then set it to the new location.

this will do what you want.

cheers

Khalid

kayzee
02-02-2003, 08:58 AM
hmm .. It works...

Thanks buddys, will try to use it if my other option fails

Cheeers

Kay