Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 2

Taking CSS to the next level

October 8th, 2006 · 1 Comment

Steps
For a long while, I used CSS to just do little stuff. I’d change the background color of a form field, or do a fancier background image treatment. But, to get my layout right, I’d still fall back to tables. Sometimes, I’d use a hybrid table/css layout. Several layout effects were just too much bother using CSS, so I never really went all the way with it.

This summer, while programming eBookTribe, I finally took it to the next level. That site is completely laid out using semantic markup and organized, logical CSS. I’m so pleased with the result. It is much more maintainable and easily tweaked to fit my designer’s picky eye, not to mention an order of magnitude more accessible to screen readers and assistive technology.

A shot of energy

I learned tons by reading design sites on the net, but the biggest single boost of energy/knowledge was "CSS Mastery: Advanced Web Standards Solutions", by Andy Budd, Simon Collison, and Cameron Moll.

One of the most brilliant techniques, really a breakthrough for me from CSS Mastery, is the technique of highlighting the current page in the nav bar using all CSS. No more need to have the script determine the page and programatically mark the active nav button. Very slick, and very easy to do once I grasped the technique.

Technorati Tags: ,

Tags: Markup · Reviews · CSS

Bookmark this article

del.icio.us:Taking CSS to the next level digg:Taking CSS to the next level spurl:Taking CSS to the next level wists:Taking CSS to the next level simpy:Taking CSS to the next level newsvine:Taking CSS to the next level blinklist:Taking CSS to the next level furl:Taking CSS to the next level reddit:Taking CSS to the next level fark:Taking CSS to the next level blogmarks:Taking CSS to the next level Y!:Taking CSS to the next level smarking:Taking CSS to the next level magnolia:Taking CSS to the next level segnalo:Taking CSS to the next level gifttagging:Taking CSS to the next level

1 response so far ↓

  • 1 Virtual coffee table for October | Fearless Money // Nov 22, 2006 at 6:24 pm

    […] “CSS Mastery: Advanced Web Standards Solutions” (Andy Budd, Simon Collison, Cameron Moll) - This book is helping me take my CSS skills to the next level. […]

Leave a Comment