Ian Rutgers wrote:
> I have been charged with rewriting this www.aslslimited.org  such that
> the top nav stays at the top of the page and the bottom nav stays at the
> bottom of the page and the content makes up the rest.  In other words as
> the browser window is resized the content section of the site is the
> only fluid portion of the site.
>
>  
>
> My preference is to write the code using divs but need some guidance on
> the positioning without using JavaScript (if that is possible as I am
> assuming that I would have to do some browser detection) . help what
> have I got myself into?!
>
>  
>
> Ian
>   

Hi Ian,

This link may help, make sure to read the limitations at the bottom then 
have a play with position: fixed; in modern browsers.

http://divinentd.com/experiments/emulating-position-fixed.html

It's worked well for me so far.but does require some IE hacks, depending 
on your design.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to