Closed Thread Icon

Preserved Topic: non-scrolling layer (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20526" title="Pages that link to Preserved Topic: non-scrolling layer (Page 1 of 1)" rel="nofollow" >Preserved Topic: non-scrolling layer <span class="small">(Page 1 of 1)</span>\

 
patric design
Bipolar (III) Inmate

From: 290 km/h, fast lane, Autobahn, Germany
Insane since: Feb 2001

posted posted 06-15-2002 14:28

How do i create a layer that is positioned on top of everything else (z-index, i know. jut to make clear what i wanna do), aligned to the bottom right of the browser window and doesn't scroll with the rest of the page i.e. stays in same position always while everything else scrolls. I want to avoid using javascript. Can this be done with pure CSS?

<´¯`·.¸ Patric ¸.·´¯`>

kuckus
Bipolar (III) Inmate

From: Berlin (almost)
Insane since: Dec 2001

posted posted 06-15-2002 14:44

Without JavaScript? I'm afraid that's impossible.

Something like that might be in the newer CSS specs but I doubt that it's supported by today's browsers (perhaps by Mozilla, but not IE).

So do you want us to show you the JavaScript way of doing it?

kuckus (cell #282)

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 06-15-2002 15:15

position: fixed seems to be your solution but the browser support is still poor.

___________________
Emps

FAQs: Emperor

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 06-15-2002 17:57

Yup. Theoretically position:fixed should do it, but hardly anything supports it (I think Netscape 6.2 (which probably means also Mozilla) and maybe Opera do).

« BackwardsOnwards »

Show Forum Drop Down Menu