Exploring Better Standards Support
Eric Meyer posts his thoughts on the announcement that IE7 will have improved standards support. He makes a very valid point that resounded in my head a bit before I decided to post this. “Because if I...
View ArticleReset Reloaded
Reset Reloaded Eric Meyer has released the final version of his CSS reset styles.
View ArticleCreate Resizable Images With CSS
Create Resizable Images With CSS Here’s an elegant method for “resizing” images with CSS.
View ArticleScalable CSS Buttons Using PNG and Background Colors
Scalable CSS Buttons Using PNG and Background Colors Some CSS, a few PNG images and a bit of JavaScript.
View ArticleSpecifics on CSS Specificity
I’m fairly up on my CSS specificity, but it’s always nice to have a new way to explain it to those that may not quite grasp the concept. CSS-Tricks.com has a nice point-based system that will help...
View ArticleCSS Sprites2 – It’s JavaScript Time
In the latest issue of A List Apart, Dave Shea revisits his influential CSS Sprites technique for navigation treatment. This time around, however, the technique leans less on CSS as a sole driver and...
View ArticleHow To Create An Amazing jQuery Style Switcher
There’s a well documented article/tutorial at NETTUTS that outlines the step-by-step process of creating a pretty slick style switcher with CSS and jQuery. It’s definitely something to keep in mind for...
View ArticleFixed Footers without JavaScript
There have been a few “sticky footer” techniques that have come out in the past couple of years. Some rely on JavaScript. Some rely heavily on negative margins and a boat load of CSS. This latest...
View ArticleA List Apart #270
A List Apart has just published issue #270. The first article, “Progressive Enhancement with CSS” is the second in a series from Aaron Gustafson. “Working From Home: The Readers Respond“, the second...
View ArticleRESTful CSS
Digital Web has an interesting article up from yesterday that suggests an alternate method for structuring and organizing your CSS files. Based on the way many of today’s popular web application...
View Article