DH Templates

Footer Template CSS Code for Wordpress?

Hi again all, me again :) Ok so I was looking for a plugin to help make the footer of my websites look more attractive and I couldn't really find any :s So I started to look up template css codes that I could paste into my Footer.php and Stylesheet.css pages in the my website editor section but I couldn't really find any of those either :s I am looking to make the footer that includes a list of the pages on my website, as well as some links I can add and then of course the powered by Wordpress and Designed by Whomever text and maybe some images if possible. If anyone knows of a code that I can paste into my Footer.php page that will enhance my footer it would be very much appreciated. Thanks so much everyone. Your help is priceless.

Public Comments

  1. You can search on Google or try this code. * { margin:0; padding:0; } html, body, #wrap { height: 100%; } body > #wrap {height: auto; min-height: 100%;} #main { padding-bottom: 150px; } /* must be same height as the footer */ #footer { position: relative; margin-top: -150px; /* negative value of footer height */ height: 150px; clear:both;} /* CLEAR FIX*/ .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix { height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */
Powered by Yahoo! Answers