Image-based menu with CSS color property

Wednesday, December 10th, 2008
I've been covering the image-based CSS menu now quite a bit, this being my third article of the sort. Menus are very important, and there's so much that can be done with them that I figure I'd write an article on different variations to what is essentially the same menu. ...

How to create a fixed overlay footer with CSS

Sunday, November 23rd, 2008
I've seen various techniques on how to create footers sticking to the bottom of the screen which will expand downward if there's enough content, but will remain stuck on the bottom of the screen if there isn't. That's useful for many sites, however if you want it to overlay above ...

IE unordered list extra space bug

Sunday, November 23rd, 2008
I was working on converting a client's design into XHTML/CSS when I encountered something I SHOULD have faced long ago, but never did on account of my recent change in CSS practice. Since early this week, I've been starting new projects with a reset stylesheet to make my life a ...