How to make Dropdown menu by css
Bonus: How to add arraw in the list item which has children(dropdown) menu by Jquery. Here is the easiest way to make dropdown menus by css. Firstly add your html markups, [html] <nav class="nav"> <ul class="menu"> <li><a href="">Home</a></li> <li><a href="">about</a></li> <li><a href="">Dropdown</a> <ul> <li><a href="#">item</a> <ul> <li><a href="#">item</a></li> <li><a href="#">item</a></li> <li><a