본문
1. gediter.js 에서
<iframe .....> 으로 된부분에서
<iframe ... allowTransparency='true'></iframe> 추가
2. gediter.js 에서
ge_editor.write ("body { padding:0px; margin:5px; font-size:10pt; font-family:Dotum; background-color:transparent }"); 추가하기
3. 글쓰기 부분에서 이미지를 배경으로 지정하고,
textarea 부분을 투명하게 지정하면..
<DIV STYLE="position:relative;width:100%; height:<?=$height?>; overflow:hidden;border:0;
background-image: url(<?=$img?>) ; background-repeat:no-repeat;background-position:20 70 0 0;text-align:center">
<textarea id="wr_content" name="wr_content" style='width:100%; height:<?=$height?>; word-break:break-all;background:transparent;' rows=10 itemname="내용" class=mw_basic_textarea geditor><?=$content?></textarea>
</DIV>
댓글목록
신비님의 댓글
신비 작성일이거 봐서는 어디에 쓰는 물건인지.................감이 잘 안오네용...