Hey Elliot/Mark,
I saw your reply and I have also found those sticky footer resources, but I am designer not a dev guy (minimal html /css knowledge) and cannot figure out what css files to adjust (template or?) and where to adjust/replace the tags. Do I use "main body" or "content" as a replacement for.wrapper? I am using joomla and my site is located at:
http://new.doranconsulting.com/testsite2/Any help would be killer thanx either way..I just dont want to jack my template by trial and error :)
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
height: 142px; /* .push must be the same height as .footer */
}
/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/