Another IE6 Bug when displaying anchor tags as block element.

Thursday, September 18th, 2008

Image you wanted an anchor tag to fill the entire space around an image background as well as the text. Generally I use padding on the anchor tag and Display:Block to get ti to display the way I want. The problem is that in IE6 the display block isn’t enough. It will [...]

My Reset CSS

Saturday, July 26th, 2008

This is an adapted version of Eric Meyer’s reset without going overboard. It includes miscellaneous conveniences to give a good start on any website. I use this code snippet to begin all of my main screen css files for any new build. Take a look here is the whole reset.

/* I [...]