Overlapping Tabbed Navigation using CSS and jQuery
Recently had a project land on my desk that required tabbed navigation that overlap one another. Just so we're clear on what we're doing: here's the demo. Here is how I did it:
1) Each tab has four "states" - Off, Off (with right tab on), On, On (with right tab on). I combined each of [...]