I have a list, ul or ol, with n list items (lis), how can I convert this list into a two independent column list items by just using CSS & html?
I have a list, ul or ol , with n list items ( li
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.
You can do that by floating the
lis, and forcing them to have a width of 50%:Try it here: http://jsfiddle.net/KzCxh/