Making a left hand side menu for my website.
Should I create a Unordered List and add them as list-item?
What way is the proper way.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s the usual way to make a menu. Often the menu will be contained in a DIV with headers being the menu section header and the unordered list elements comprising the menu items. Use CSS to style the list (say to remove the bullets and add a background) so that it looks the way you want your menu to appear. You may want to consider one of many JS frameworks/plugins to add some interactivity to your menu. One I’ve used is jQuery + fgmenu from the Filament Group (though the example below is not in the correct format for it).