Basically I’m trying to make a web coding tutorial site (awesome that i cant do it myself right). For the life of me I can’t figure out why my list items wont list horizontally instead of vertically.
Share
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.
It’s because you have a
width: 100pxset on your#menuselector, which is crunching that box down to only allow for one element per line. Just remove it.