Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Always on top layers

Status
Not open for further replies.

greyone

Programmer
Dec 14, 2000
200
CA
is there a way to position the layer so that they always remain on top so that when i scroll down the layesr still stays at the top. Please help
 
Yes you can. Sorry, but I don't have time to research the code. You can reset the x,y coords onscroll. You can either go to a free script site and get the code, or you can wait until someone bothers to post it here.
Sincerely,

Tom Anderson
CEO, Order amid Chaos, Inc.
 
in IE you can get the amount of scrolling using the scrollLeft and scrollTop properties of the window object, I think, then just reset the layer according to those values

netscape im sure has a way, but I don't use or support NS
(though I am very happy so far with NS6:) so I don't know jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top