Background 썸네일형 리스트형 [mootools] 선택강조: 결과 List Table Tr용 // Tr 마우스 오버/아웃 bgColor 변경 , 변경색: #edffd9 기본색: #FFFFFF function commonTrMouseOverOutBgChange(targetId, type, beforeSelectPointDataInputId){ //alert(targetId); if(targetId != null && $(beforeSelectPointDataInputId).value != targetId && type != null){ if(type == "over"){ $(targetId).style.background = '#edffd9'; }else if(type == "out"){ $(targetId).style.background = '#FFFFFF'; } } } // 선택부분 강조 (b.. 더보기 이전 1 다음