View Single Post
  #7 (permalink)  
Old 08-08-2006, 06:58 AM
beatniak's Avatar
beatniak beatniak is offline
Pligg Donor
 
Join Date: Apr 2006
Location: NL - 52.100863;5.108356
Posts: 310
Thanks: 14
Thanked 77 Times in 48 Posts
James (3d), i guess you talk about the bad footer placement on smaller pages.

Here's how you can fix those.
Just change these height values in main.css. But make sure the content-wrap number values are the same for FF and IE:

Code:
#content-wrap {background: #fff;position:relative;width:100%;min-height:650px; height:auto;}   /* MB1.1 - Better footer placement - legacy */
#content-wrap1 {background: #fff;position:relative;width:100%;min-height:1200px; height:auto;} /* MB2.0 - " when not logged in */
#content-wrap2 {background: #fff;position:relative;width:100%;min-height:850px; height:auto;}  /* MB2.0 - " when logged in */
#content-wrap3 {background: #fff;position:relative;width:100%;min-height:680px; height:auto;}  /* MB2.0 - " when logged in, no cat box */
 
/* Steef: MB1.1 - Better footer placement - MB2.0 - copy values of contant-wrap above */
/*\*/
* html #content-wrap1 {height: 1200px;}
* html #content-wrap2 {height: 850px;}
* html #content-wrap3 {height: 680px;}
* html #content-wrap {height: 650px;}
/**/
__________________
Like my work? Donations are welcome if you would like to support my work!
Finger pliggin' good sites of mine: receptencocktail.nl / numarketing.nl / goboz.com
Reply With Quote