答案 0 :(得分:1)
所有你需要的:
.treeView li.collapsibleListOpen {
background: url('http://code.stephenmorley.org/javascript/collapsible-lists/button-open.png') no-repeat 1em 0.5em;
list-style: none;
}
.treeView li.collapsibleListClosed {
background: url('http://code.stephenmorley.org/javascript/collapsible-lists/button-closed.png') no-repeat 1em 0.5em;
list-style: none;
}
.treeView li {
padding: 0px 2em;
/* rest of the styles */
}