Fixed footer with 960.gs
        Posted  
        
            by Oguz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Oguz
        
        
        
        Published on 2010-06-05T17:25:07Z
        Indexed on 
            2010/06/05
            17:32 UTC
        
        
        Read the original article
        Hit count: 381
        
I want to create fixed footer but , is it possible with 960 gs , because I am having trouble with height of container div . I can no set it to %100.
<div class="container_12" > 
    <div class="grid_3" id="side-space"></div>
    <div class="grid_6">
         <div id="content-box"></div>
    </div>
    <div class="grid_3" id="side-space"></div>
</div>
© Stack Overflow or respective owner