2012-01-18 46 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; 
}