Category Archives: Tips and Tricks

Resizing Images with CSS

I’ll start off with the disclaimer that it is always best practice to resize photos before uploading them and display them at 100%. Images load faster that way and you don’t have mega images displaying as thumbnails. Having said that, more often than not you are not the end user of your site. Most clients [...]

Creating Separate Style Sheets for Internet Explorer

Use this simple code to have Internet Explorer use a different style sheet than other browsers.

Bottom Aligned Backgrounds

I ran into a problem with a recent project that I was not expecting. The website called for a gradient aligned to the bottom of the browser window. Everything looked fine in IE. I thought great all is right with the world, the stars are aligned and the God of web has smiled upon me. [...]