컴퓨터 상식

게시물 올릴때 기본적인 소스들

정신똑띠챙기! 2017. 11. 2. 18:09

 




게시물 올릴때 기본적인 소스들 
 
 
 

전체배경 소스
 

<STYLE>bo {background-image:url
("이미지주소 ")
;background-attachment: fixed;background-repeat:
 repeat;background-position: bottom right;}table { background-color: transparent; }td
 { background-color: transparent; }</STYLE>

 

 

댓글배경 소스


<STYLE>.commentDiv {background-image:url
(이미지 주소 ); font-family: 바탕체 ;
 color:indigo; background-repeat:repeat ;background-position: top center ; }</STYLE>


댓글란소스


<STYLE> textarea{background color:url
(이미지 주소 )
;background-repeat:no-repeat;background-position: bottom center !important;
; border-width:1; border-style:dotted;}</STYLE>


마우스 소스


<STYLE>body{CURSOR:url
(이미지 ); }</STYLE>

 


글씨체와 색깔
<STYLE type=text/css> .comment
{ BACKGROUND-COLOR: ; color :indigo ; FONT-FAMILY:굴림 ;font-size:9pt;};
.recomment {BACKGROUND-COLOR: ; color: #FF3CBB ; FONT-FAMILY:굴림 ; font-size:9pt;};
</STYLE>

 

검색창 소스

 

<STYLE>input{background color:url
(이미지 주소);}</STYLE>