Topic: animating layer in CSS layout |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: CA, USA |
posted 04-03-2002 00:00
How do i create a layer in a 2 column css layout and animate it? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 04-03-2002 05:58 |
Bipolar (III) Inmate From: CA, USA |
posted 04-03-2002 19:39
lets say i have a 2 col layout in css. in the right col i want a layer that is persistent at the top right hand corner. how can i achieve it |
Maniac (V) Inmate From: there...no..there..... |
posted 04-04-2002 16:11
You can do it this way I believe, although I have not tested it: |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 04-05-2002 01:12
ranjan: The CSS-only solution would be position:fixed: |