(gentle chimes)…- [Instructor] So how'd you do…with that particular challenge?…I managed to get it working here,…so as you can see here's the home page.…If you go ahead and roll your mouse over the portfolio,…there we go, we have our dropdown.…When I shrink this down,…I wind up with my responsive navigation.…When I click the hamburger button my menu rolls in…and it is a drill down menu, so there we go.…
Perfect.…Alright, so how does the code look…to make that magic happen?…Well, that's down here.…So if you take a look in your index.html file,…there's a couple of tricky little things…that happened in here.…First of all the id of responsive menu actually moved.…So it moved from top bar to a div you had to insert…that comes just after top bar.…So right here I have my id of responsive menu.…
In this div that I added,…I'm going to put in a bunch of classes.…So we have a class for off canvas,…that's the default behavior.…This panel is off canvas, but in canvas for medium.…So in other words, we're not going to have…any off canvas functionality for medium or large,…
Author
Released
10/2/2017- Working with the XY Grid system
- Adjusting margins and padding
- Block versus vertical grids
- Overriding CSS
- Including cards and callouts
- Customizing the navigation, including dropdown and drilldown menus
- Adding JavaScript effects such as a carousel or tooltips
Skill Level Beginner
Duration
Views
Related Courses
-
Workflow Tools for Web Developers
with Christina Truong1h 13m Intermediate -
Responsive CSS Workflow with Sass, Bourbon, and Susy
with Carrie Dils2h 59m Intermediate
-
Introduction
-
Welcome1m 48s
-
What you should know1m 12s
-
Using the exercise files1m 6s
-
-
1. Overview of Foundation 6
-
What is Foundation?2m 40s
-
Download Foundation 62m 54s
-
Examine Foundation's files5m 13s
-
Foundation documentation3m 37s
-
-
2. The XY Grid System
-
Basic setup of the XY Grid7m 14s
-
Margin or padding collapse2m 48s
-
Auto-sized grid cells4m 7s
-
Source ordering5m 44s
-
Block grids3m 36s
-
Vertical grids4m 5s
-
Challenge: Create a grid1m 28s
-
Solution: Create a grid2m 33s
-
3. CSS Overview
-
Style buttons5m 12s
-
Include cards3m 1s
-
Include callouts3m 24s
-
Challenge: Style a page1m 30s
-
Solution: Style a page2m 41s
-
4. Navigation Systems
-
Responsive top bar3m 32s
-
Dropdown menus3m 21s
-
Drilldown menus4m 12s
-
5. JavaScript Effects
-
Conclusion
-
Next steps1m 33s
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Solution: Combine off canvas and top bar