Posts Tagged ‘navigation’
This Week in Links 2/18
Wednesday, February 18th, 2009
Surfin’ Safari: CSS Animation Personally, I think animation should be left to JavaScript, but this is actually pretty neat, you have to download the open source version of WebKit to see it, but it’s definitely worth a look into the future of CSS. Get Your Flickr ID I’m currently building a refreshed version of cssKarma.com [...]
Tags: CSS, flickr, json, navigation, public speaking
Posted in News, Web Development | 2 Comments »
Active navigation with jQuery
Wednesday, October 8th, 2008
I was building a site last week and came across some jQuery code for active navigation. It’s very simple and works real well. I’m using it on some secondary navigation and still using my body class for the main nav. Active navigation with a body class body.home #nav ul li.navhome{font-weight:700;} So I’m still doing that, [...]
Tags: javascript, jquery, navigation, ui
Posted in Web Development | 3 Comments »