Add Dropdown Menu in Blogger Website
Here are all codes I found from Internet to display a dropdown menu on my 91sec.blogspot.com website. 1 Add the following code to Template > Customize > Advanced > Add CSS. This will place the code in Template > Edit HTML. /* —– START DROPDOWN CSS —– */ #navigationbar { width: 100%; /* change the width of the navigation bar */ height: 40px; /* change the height of the navigation bar */ } #navigationcss { margin: 0 auto; padding: 0; } #navigationcss ul { float: none; list-style: none; margin: 0; padding: 0; overflow: visible; } #navigationcss li a, #navigationcss li a:link, #navigationcss li a