WordPress Admin Bar Break Points
If you’re building a responsive site with a fixed header, you may have run into troubles with content below the header fitting correctly, depending…
@font-face not rendering in Chrome
Since launching the latest version of Spigot last week there has been an intermittent issue with our @font-face fonts not rendering (We serve web…
What CSS Measurements to Use When
Here’s a great list of general CSS measurement unit guidelines from Dudley Storey. http://demosthenes.info/blog/775/Which-CSS-Measurements-To-Use-When
Strikethrough without images
Looking to add a background strikethrough effect, perhaps for headers like we do here on Spigot? Look no further. // Markup <h2 class=”strikethrough”><span>My Awesome…
Faux Crop any size image with CSS
Here’s a quick tip on how to crop any sized image through CSS and an extra div. This technique comes in very handy when…
Don’t Minify on the Fly
In the name of speeding up your site you may hear that minifying your CSS is both awesome and easy. I’ll agree that it’s…
The Admin Bar and Absolute Positioning
The latest release of WordPress (3.1) comes with a new ‘Admin Bar’ – a small area at the top of your site that displays…
Webkit { background: transparent;} bug
I’m a Huuuuge fan of the Webkit Open Source Project. It’s the engine behind Safari, Apple’s browser for both OS X and Windows. If…
YUI Grids vs Blueprint (CSS Frameworks)
CSS Frameworks have been around for a while now, and while there are many detractors, the benefits they provide make them an attractive option…