[jQuery] Re: reproduce position:fixed

2007-07-26 Thread Alexandre Plennevaux
Thanks everyone, i indeed sorted it out with css :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Olaf Bosch Sent: jeudi 26 juillet 2007 15:42 To: jquery-en@googlegroups.com Subject: [jQuery] Re: reproduce position:fixed Alexandre

[jQuery] Re: reproduce position:fixed

2007-07-26 Thread Olaf Bosch
Alexandre Plennevaux schrieb: hello! i'm trying to have a div box stay permanently on the same position in the viewport, Or without JS: http://olaf-bosch.de/fix/index.html Look at CSS-Files -- Viele Grüße, Olaf --- [EMAIL PROTECTED] http://olaf-bosch.de www.ak

[jQuery] Re: reproduce position:fixed

2007-07-26 Thread pixeline
ok, thanks ! better know now that it is not a viable solution than later... On Jul 26, 3:04 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > I would stick with position: fixed for the browsers that support it (all but > IE6) and for IE6 I would probably use CSS expressions to make it work > prope

[jQuery] Re: reproduce position:fixed

2007-07-26 Thread Brandon Aaron
I would stick with position: fixed for the browsers that support it (all but IE6) and for IE6 I would probably use CSS expressions to make it work properly. CSS Expressions will be the fastest, in terms of rendering, for IE6. Here is a site that talks about using expressions to make fixed position