2. Styling the Main Menu and Revealing with jQuery
-
12m 34s
Mar 01, 2018
In this tutorial I will walk you through how to build an Apple style menu and sub menu for your DNN theme.
We will take a mobile-first approach to building this smart, responsive menu, and I’ll demonstrate how to employ jQuery to apply the various effects such as the sticky sub menu, and the slide down mobile menu.
This tutorial is aimed at intermediate level DNN theme developers, and you should know how to access your DNN file system inside a code editor and be able to understand the basics of CSS and HTML syntax.
This video contains:
- Main menu styling
- When mobile first styling is not a good idea
- Creating a mobile only media query
- Making the main menu full screen
- Z-index ordering
- How to hide elements from the mobile view
- Hiding and revealing the main menu with jQuery
- Animating the main menu
- Tags:
-
skin
advanced
dnn8
- Author:
-
Andy Stephenson
Back