I am developing tree view structure in html & css.
Please find the code in the below link. In that ‘special folder’ there is dotted line missed. I am using css :last-child for ul, li.
Can any body please solve this problem.
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.
Try selecting only direct descendants:
ul#test li:last-child > ul.http://jsfiddle.net/LtzSF/1/