Harnessing CSS Positioning: Part 2

We’re continuing our look at CSS positioning in this article. If you missed last week’s article on the subject, you might want to start there. Today’s article will take a look at two more ways in which absolute and relative […]

Read Article

Great Resources Elsewhere: March 21 to March 28

Hackszine.com: Easiest cross-browser CSS min-height

The min-height and min-width CSS properties are two of the most useful properties out there, but they never get much use because Internet Explorer 6 doesn’t understand them. However, with just 3 lines of CSS (versus […]

Read Article

All About: CSS Positioning

At some point or another, if you want to lay out a complex CSS design, you’re probably going to have to turn to the veritable Swiss Army knife of advanced CSS layout: the position property. There are four possible values […]

Read Article

Write for CSSnewbie!

If you’d like the opportunity to write for one of the newest and fastest-growing CSS-centric websites out there, have I got some great news for you! CSSnewbie is looking for guest authors.

Here’s the deal: I’m going to be on vacation […]

Read Article

Great Resources Elsewhere: March 07 to March 14

woork: Write a well structured CSS file without becoming crazy

Antonio Lupetti offers a simple and well-thought-out article on how to construct and organize large and complex CSS files — without driving yourself insane in the process. He offers down-to-earth tips […]

Read Article

Using the CSS @import Rule

Even the most complex style sheet starts out with a single rule. But when you’re working on a particularly massive and complex website, over time your style sheet will inevitably start to reflect the site’s size and complexity. And even […]

Read Article

Great Resources Elsewhere: March 07 to March 14

Smart Image Resizer — Shifting Pixel

Although this isn’t technically CSS related, I think it’s a sufficiently valuable resource to share. Shifting Pixel has just released their “Smart Image Resizer” PHP script. Basically, this script allows you to upload one large-sized […]

Read Article