2012-01-18 39 views

回答

0

您确认以下信息 1-是否显示其他主题的复选框。 2-你有没有试过萤火虫,看看是否有任何加载图像的问题。

+1

尝试其他主题没有结果。看着萤火虫,没有错误。 – RolandG 2012-01-30 20:18:56

0

这可能只是一个临时的修复,但它为我工作后,我增加了以下CSS类到我的网页:

.jstree ins { 
background-image: url(http://static.jstree.com/v.1.0pre/themes/default/d.png); 
} 

.jstree .jstree-unchecked > a > .jstree-checkbox { 
background-position: -2px -19px; 
} 

.jstree .jstree-checked > a > .jstree-checkbox { 
background-position: -38px -19px; 
} 

.jstree .jstree-undetermined > a > .jstree-checkbox { 
background-position: -20px -19px; 
}