input box에서 파란색 삼각형 모양 삭제방법 정보
input box에서 파란색 삼각형 모양 삭제방법본문
댓글 전체
js폴더안에 wrest.js파일을 다음과 같이 수정하시면 됩니다.
wrest.js 를 열어
401~403 번째 줄에 있는
document.forms[i].elements[j].style.backgroundImage = "url("+g4_path+"/js/wrest.gif)";
document.forms[i].elements[j].style.backgroundPosition = "top right";
document.forms[i].elements[j].style.backgroundRepeat = "no-repeat";
이부분을
//document.forms[i].elements[j].style.backgroundImage = "url("+g4_path+"/js/wrest.gif)";
//document.forms[i].elements[j].style.backgroundPosition = "top right";
//document.forms[i].elements[j].style.backgroundRepeat = "no-repeat";
요렇게 주석처리 하시면 됩니다.
wrest.js 를 열어
401~403 번째 줄에 있는
document.forms[i].elements[j].style.backgroundImage = "url("+g4_path+"/js/wrest.gif)";
document.forms[i].elements[j].style.backgroundPosition = "top right";
document.forms[i].elements[j].style.backgroundRepeat = "no-repeat";
이부분을
//document.forms[i].elements[j].style.backgroundImage = "url("+g4_path+"/js/wrest.gif)";
//document.forms[i].elements[j].style.backgroundPosition = "top right";
//document.forms[i].elements[j].style.backgroundRepeat = "no-repeat";
요렇게 주석처리 하시면 됩니다.
ㅎㅎ 그런 간단한 방법이 있군요..
정말 여기 고수분들 없었음 프로젝트 진행을 어케하나 싶네요.. ^^
감사합니다.
정말 여기 고수분들 없었음 프로젝트 진행을 어케하나 싶네요.. ^^
감사합니다.
감사합니다.
감사합니다~