CSS Art: The Flower

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. […]

Read Article

Advanced jQuery Tabbed Box Techniques

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. […]

Read Article

Advanced CSS Accordion Effect

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. […]

Read Article