cheditor 의 배경을 투명하게 할려면 어떻게 해야 하나요? 정보
cheditor 의 배경을 투명하게 할려면 어떻게 해야 하나요?본문
안녕하세요...
아래 그림의 cheditor를 투명하고 하고 싶은데...
지금 만드는 홈페이지 배경이 검은색이라...
cheditor를 폴더에 있는 php 파일을 다 열어봤는데도... 도통 모르겠네요...
조언 좀 부탁드립니다...

댓글 전체
글쎄 확인을 못하였으나 라이트 스킨 상단이나 스타일 시트에 다음과 같은 식으로 하면 될 것도 같습니다만...
<style> textarea {background:transparent;}</style>
혹은
<style> .message {background:transparent;}</style>
해당 파일은 대략 cheditor/cheditor.js인듯합니다.
<style> textarea {background:transparent;}</style>
혹은
<style> .message {background:transparent;}</style>
해당 파일은 대략 cheditor/cheditor.js인듯합니다.
답변 감사합니다...
근데, cheditor로 된건 textarea로 안되어 있나 봅니다...ㅠㅠ
아... 머리 아포라...ㅠㅠ
근데, cheditor로 된건 textarea로 안되어 있나 봅니다...ㅠㅠ
아... 머리 아포라...ㅠㅠ
cheditor/cheditor.js 의 1336번째 라인에
background:#f0f0f0 이부분을 수정 또는 삭제 하시면 됩니다.
background:#f0f0f0 이부분을 수정 또는 삭제 하시면 됩니다.