본문 바로가기
블로그 답변

카페 게시판의 꼬리말 글자의 배경과 꼬리말을 입력하는 창에 배경 넣기

by 제이사랑~ 2009. 2. 22.

게시판 꼬리말 입력창에 배경 이미지 넣기.

방법)

 

<STYLE>
textarea{background-image:url("이미지링크"); }
</STYLE>

 

예)

 

<STYLE>
textarea{background-image:url("http://fimg.hanmail.net/tenth/img/z/u/a/u/13EIW/24/0404bd-24306.gif"); }
</STYLE>

  

 

카페 게시판 글쓸때 코멘트에 부분에 배경 넣기 new

 

소스1:

<style>

#commentDiv .comment{background-image:url("이미지링크")}

</style>

<style>

.comment{background-image:url("이미지링크")}

</style>

  

예)

 

<style>

#commentDiv .comment{background:url("http://fimg.hanmail.net/tenth/img/z/u/a/u/13EIW/21/412e33-4108-c.gif")}

</style>

<style>

.comment{background:url("http://fimg.hanmail.net/tenth/img/z/u/a/u/13EIW/21/412e33-4108-c.gif")}

</style>