Posts: 10
Name: Nidcha
Location: Chiang Mai Thailand
|
try
min-height:720px;
height: auto !important;
height:720px;
assume as 720px is a suitable hieght for any browser..
however for some pages that then content's more high than the float column,
there is the space below that float column.
anyway, you also can try insert this into float column CSS:-
min-height:100%;
height: auto !important;
height:100%;
and dont't forget to clear:both at the footer div
I hope it will work and useful for you.
<please set up a signature, but read the forum rules before you do>
Last edited by vangogh; 07-05-2008 at 03:29 PM..
|