Monday, June 22, 2009

CSS Image Replacement for Buttons

Yes, you could just use the input type="image" but if you want to replace buttons with images purely with CSS, this is a great method.


A quick note, this won't work in IE6 unless you set your button as a BUTTON not an INPUT. This is a very important point.

Friday, June 19, 2009

Keep Footer at the Absolute Bottom of Page

Have you ever wanted to have a footer always be on the bottom of the page, even if the content of the page wasn't very tall? Usually people use javascript, but below is a way to do it with only CSS. This even works on IE6!


P.S. if you view source on the above link, you will see all the CSS and HTML you need. It works great!

Wednesday, June 3, 2009

Nice Drop Down Menues

I've been on a quest for a long time to find a good, reliable and customizable dropdown menu. I've found some but this is a great one to try out: