Topic: animating layer in CSS layout (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10704" title="Pages that link to Topic: animating layer in CSS layout (Page 1 of 1)" rel="nofollow" >Topic: animating layer in CSS layout <span class="small">(Page 1 of 1)</span>\

 
ranjan
Bipolar (III) Inmate

From: CA, USA
Insane since: Feb 2002

posted posted 04-03-2002 00:00

How do i create a layer in a 2 column css layout and animate it?

Ranjan
www.comp-act.ws
ranjan@comp-act.ws

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-03-2002 05:58

What do you mean by "animate it"? Do you want to move it around or something else?


ranjan
Bipolar (III) Inmate

From: CA, USA
Insane since: Feb 2002

posted 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

Ranjan
Visit me

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 04-04-2002 16:11

You can do it this way I believe, although I have not tested it:

.myDiv{position:absolute; margin:0px; width:100px;}

Or something to that effect. The absolute positioning is what your affter I am guessing. Can we see some code maybe?

Later,
C:\


~Binary is best~

Emperor
Maniac (V) Mad Scientist with Finglongers

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

posted posted 04-05-2002 01:12

ranjan: The CSS-only solution would be position:fixed:
www.w3.org/TR/REC-CSS2/visuren.html#choose-position

but this isn't widely supported. I think NS6 and Opera support it and IE5/Win doesn't. Use DHTML if it has to be more cross-broser than that.

Emps



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu