From: [email protected]

>I'm also, having a hard time getting my footer to work.
>http://doodlebugstudio.com/diadem_hq_site/web/competition.html
>http://doodlebugstudio.com/diadem_hq_site/web/css/diadem_sub.css

Assuming you want the footer at the bottom under the center content instead of 
under the navigation, remove the - height: 100% - from your - #center_container 
selector. 

#center_container {
        position: relative;
        background-color: #e6e6e6;
        background-repeat: repeat-x;
        margin-left: 210px;
        margin-top:0px;
        width: 742px;
        padding-top: 0px;
        /*height: 100%;*/ /* <<<<<< remove this */
  }

Or you can use the code that Mustafa provided, as I didn't check the IE7 header 
issue.

~holly 
 
                   
______________________________________________________________________
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