Preserved Topic: non-scrolling layer (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
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? |
Bipolar (III) Inmate From: Berlin (almost) |
posted 06-15-2002 14:44
Without JavaScript? I'm afraid that's impossible. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-15-2002 15:15
position: fixed seems to be your solution but the browser support is still poor. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
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). |