Currently, I have a page where I include an icon that reveals the menu when the width of the page is equal to or less than 900 pixels. Right now, I simply hide the navigation by setting display:none;
, but I am interested in finding out how I can make it appear inline
once someone clicks on the button. You can check out my page at (just minimize the size to below 900 pixels to see the nav button in action).