문하우스

에디터입력창 배경색상 or 배경글꼴색상 변경해보기

by 팔공산 posted Jul 12, 2008
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

이전 다음 위로 아래로 댓글로 가기 인쇄 목록
첨부파일 등록일 파일크기 다운 수
Extra Form
적용여부 적용
적용페이지 http://자작
이 Tip의 평점 (참여 : 0 / 총 점수 : ) 평균 평점 : 0.0점
    Tip이 도움이 되었다면 댓글과 평가 부탁합니다. Tip에 대한 궁금한 점은 댓글로 남겨 주시면 성심껏 답변 드립니다.
이 글 평점 주기
5점
?
  • profile
    팔공산 2008.08.30 10:58 글쓴이
    제로보드사이트 EDU님의 팁입니다.

    마우스오버시 배경이 제거되는 소스를 알려드릴게요.

        <!-- 에디터 출력 -->
        <div class="editor_iframe_box"><iframe id="editor_iframe_{$editor_sequence}" frameborder="0" height="{$editor_height}" style="background:transparent url(./modules/editor/skins/default/images/image.gif) no-repeat right top;" allowTransparency="true" onmouseover="this.style.background=''; "></iframe></div>
        <textarea id="editor_textarea_{$editor_sequence}" class="editor_iframe_textarea" style="display:none; height:{$editor_height}"  rows="10" cols="10"></textarea>

Articles

8 9 10 11 12 13 14 15 16 17