CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
JavaScript Jungle
Slide Navigation Toggle.
attilahajzer
Permalink to comment
#
January 2012
How do i do this:
when i click "Navigation:" the navigation slides out and the navigation box expands. but when I click it again, how do i make the navigation links retract with the background?
http://jsfiddle.net/attilahajzer/P6YF2/5/
Hompimpa
Permalink to comment
#
January 2012
maybe something like this:
http://www.learningjquery.com/2009/09/tab-navigation-with-smooth-horizontal-sliding-using-jquery
Or, you can use
.toggle()
event:
http://jsfiddle.net/P6YF2/6/
attilahajzer
Permalink to comment
#
January 2012
http://jsfiddle.net/attilahajzer/P6YF2/7/
Got it! thanks though
Add a Comment
when i click "Navigation:" the navigation slides out and the navigation box expands. but when I click it again, how do i make the navigation links retract with the background?
http://jsfiddle.net/attilahajzer/P6YF2/5/
Or, you can use
.toggle()event: http://jsfiddle.net/P6YF2/6/