2012-01-18 2 views

답변

0

다음 내용을 확인해 주시겠습니까? 1-는 다른 테마와 함께 표시되는 확인란입니다. 2- 화상을로드하는 데 문제가 있는지보기 위해 방화 웜을 시도 했습니까?

+1

다른 테마를 시도한 결과. 방화범이 끌려 들었다. 오류는 없었다. – RolandG

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; 
} 
관련 문제