Jump to content

Fixed Footer Help!


diez

Recommended Posts

Hey there ,

 

i'm trying to make header + footer fixed to the top and bot of the page .

 

for the header i have found :

 

change the line:

1
<div id="header" class="grid_9 alpha omega">

to :

1
<div id="header" class="grid_9 alpha omega" style="position:fixed; background:#FFF;">

change the:

1
<div id="columns" class="grid_9 alpha omega clearfix">

to :

<div id="columns" class="grid_9 alpha omega clearfix" style="Position:relative; top:150px;">
 
but i can't find anything to help me with the footer ...
 
does anyone have any clue to make header and footer fixed to top and bot ?
 
Thanks
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...