Listless Navigation – Using CSS To Do More With Less
I've guest-blogged on Chris Coyier's blog, CSS-Tricks.com.
Jump over to Chris' blog to read my article -- Listless Navigation - Using CSS To Do More With Less.
I've guest-blogged on Chris Coyier's blog, CSS-Tricks.com.
Jump over to Chris' blog to read my article -- Listless Navigation - Using CSS To Do More With Less.
One of the web components I've always loved has been Facebook's modal dialog. This "lightbox" isn't like others: no dark overlay, no obnoxious animating to size, and it doesn't try to do "too much." With Facebook's dialog in mind, I've created LightFace: a Facebook lightbox...
While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready? Promises are becoming a big part of the JavaScript world...
A while back I read a very interesting article by MooTools core developer Jan Kassens about how to create a custom pseudo selector in MooTools. I was surprised at the ease in which one can add their own pseudo selector that I...
Last December I wrote a blog post titled Create Spinning Rays with CSS3 Animations & JavaScript where I explained how easy it was to create a spinning rays animation with a bit of CSS and JavaScript. The post became quite popular so I...
A very interesting idea. Now I just have to get enough traffic to my sites to make it worth it…
I have written a response to your article on CSS-Tricks. I hope that you don’t take offense to the article, I only want to clarify the importance of using lists for semantic and accessible markup.
It seems impossible to find an example of listless navs with sub-menus. Can you point to any? Thanks