Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はhtmlとcssでツリービュー構造を開発しています。
以下のリンクでコードを見つけてください。その「特別なフォルダー」には、点線が抜けています。ul、liにcss :last-childを使用しています。
http://jsfiddle.net/LtzSF/
この問題を解決してください。
直系の子孫のみを選択してみてください: ul#test li:last-child > ul.
ul#test li:last-child > ul
http://jsfiddle.net/LtzSF/1/