You're Browsing - Latest Addition

A Killer Collection of Global CSS Reset Styles

Post covers pretty much every reset you could possibly need. Some are short and sweet, consisting of only a couple of properties, while others are very complete and reset everything you might consider resetting.

Creating a Polaroid Photo Viewer with CSS3 and jQuery

By combining the CSS3 Box Shadow and Rotate properties, this effect is relatively easy to create. When dragging a polaroid around, you’ll see the shadow. When it’s placed down, it’s rotated to the left or the right (random).

,

Flexible Equal Height Columns

Technique for creating equal-height columns with CSS that have borders. It uses a series of nested divs to achieve the effect instead of images.

Fluid Images

Shows how to make your images fluid, too. And it works for most embedded video. And while the basic technique includes just one CSS property, there is a workaround necessary to make it work on Windows machines.

,

Vertical Centering With CSS

Five excellent ways to center your content vertically. It includes the good and bad for each method along with complete instructions for implementing them. The methods range from using divs that act like tables to using absolute positions.

Making Your Footer Stay Put with CSS

Tutorial shows exactly how to keep your footer where it should be and below the rest of your content! It’s a very thorough post, with complete, step-by-step instructions.

,

CSS Centering – Fun for all!

Instructions for centering liquid layouts with CSS. It\’s very simple and straight-forward and works in virtually all browsers.

5 Step Style Sheet Weight Loss Program

Five different ways to trim the size of your style sheets. Techniques range from learning how to group selectors to using CSS shorthand. Each technique is thoroughly explained and includes related resources.

,

clickjane.css: A CSS User Style Sheet to Help Detect and Avoid Clickjacking Attacks

Article shows how to use clickjane.css to prevent clickjacking, a class of security vulnerabilities kind of like phishing scams and more formally referred to as user interface redressing.

,

The Definitive Post on Gzipping your CSS

Article covers the best and most recent methods for using GZIP to compress your CSS.