Phil Turner wrote: > Can someone point out how I can get the footer to sit at the bottom > of the site > have tried a few options but nothing working so far > > http://www.philturner-uk.com/kruger/ > > > > Phil Turner > > Phil,
I think what's giving you trouble (in addition to the footer) is that you are using ap and floats in the same ruleset (it's one or the other but not both) and setting height on containers. Deleting the heights and using nothing but floats (no ap needed) yields a page that will hold a very healthy font-scaling-- in your page the text shoots the bottom out. Simplify the header image arrangement, add a clear in the source for the footer, un-freeze the fonts for your IE users, and you are good to go (well, ... maybe :-) ). Cursory checked in IE/6.0, IE/7.0, Opera/9.1, and FF (whatever the latest is): <http://chelseacreekstudio.com/ca/cssd/shad.html> Best, ~dL PS In general ap is seldom needed to layout a page-- far more complex layouts than what you put up are done across the Web using only floats. Only set height were it is essential and necessary because without it some whatever will not render. Let the content of the page determine its height. And allow the software to do its thing without restriction. -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
