A Super Simple Horizontal Navigation Bar
In more cases than not, a simple, no-frills horizontal navigation bar is exactly what the doctor ordered. So today’s tutorial is all about going back to basics. […]
In more cases than not, a simple, no-frills horizontal navigation bar is exactly what the doctor ordered. So today’s tutorial is all about going back to basics. […]
There are lots of reasons you might want to offer your users more than one CSS file for your website. But whatever the reason, it’s amazingly easy to create a function that swaps between multiple stylesheets using a few lines of jQuery. […]
Generally speaking, I consider full-fledged CSS frameworks to be overkill. However, I still think that the foundation on which CSS frameworks are built — the concept of using classes to simplify layout and standardize design across similar elements — is very much worth investigation. […]
This article is probably not the most practical tutorial I’ve ever written, but it was one of the most fun. While CSS is often treated as a straightforward web development workhorse, it can also have a lighthearted, eccentric side as well. Here’s how to use CSS to create art. […]
Last week’s article covered how to build a tabbed box interface, starting with Photoshop, and moving through XHTML and CSS to our basic jQuery functionality. If you missed it, I would highly recommend starting your reading there. This article will show you how to use jQuery to make your tabbed interface more attractive and interactive. […]
2008 was a great year for CSS Newbie. And in the same nostalgic spirit of CSS-Tricks,Smashing Magazine and (I’m sure) countless other web entities, I thought I’d take a minute or two to step back and reflect on what the year has brought for CSS Newbie. […]
If CSS properties attended high school, you would never expect to see the border property sitting at the cool kids’ table. Actually, you’d be surprised at just how cool the border property can be. Please take the following dozen exhibits as proof that the CSS border property is a lot cooler than we give it credit for. […]
A while back, I wrote an article demonstrating how the accordion effect could be replicated with nothing more than CSS. There was one caveat, however: the technique didn’t work in Internet Explorer 6 due to its limited support of :hover. Today I’m revisiting the CSS accordion technique and will make a modification or two that will let it work with IE6. […]
Today, I want to take a brief step back from our normal how-to fare to talk about why we do things the way we do them: the semantics that guide our development. […]