Log in

View Full Version : Footer placement in layout wrong



PhxVyper
08-17-2010, 03:25 AM
I'm trying to get the footer placement on this page to be, well, in the footer :) I can't get it to work. I want it to display at the end of the page under all the content.

http://www.l-word.com/internal/redesign/layout.php

Beverleyh
08-17-2010, 05:16 AM
This may help you: http://ryanfait.com/sticky-footer/

monicasaha
08-17-2010, 05:22 AM
make this changes to the class and id you have used.


.home-squares{
/*height:224px;*/
}
#container{
/*float:right;*/
overflow:hidden;
}
#footer {
/*float:right;*/
}

Hope this will give you result.

PhxVyper
08-18-2010, 02:37 AM
make this changes to the class and id you have used.


.home-squares{
/*height:224px;*/
}
#container{
/*float:right;*/
overflow:hidden;
}
#footer {
/*float:right;*/
}

Hope this will give you result.


Worked great!!! Thank You!