How to create simple | stylish drop down navigation menu in blogger widget WITH ( HTML/CSS)

Following an email request, I will explain how to create a drop-down menu with the Labels gadget . The Blogger labels gadget is presented as a vertical list of links or as a cloud. Turn the Labels Gadget into a drop-down menu on Blogger To see an example of the wording gadget transformed into a drop-down menu click HERE Here's how to turn the Labels Gadget into a drop-down menu on Blogger : Go to your Blogger dashboard. Go to Template and click on " Edit HTML code " Replace the code below (Ctrl + F and type Label1 to help you or the name given to the labels gadget ): <b: widget id = 'Label1' locked = 'false' title = 'Label' type = 'Label'> Up to </ b: widget> 4. Replace the previous line with the following code: <b: widget id = 'Label99' locked = 'false' title = 'Labels' type = 'Label'> <b: includable id = 'main'> <b: if cond = 'data: title'> <h2> <...