스위시

배경이미지 소스

옴마니 2015. 10. 21. 21:48

만든 크기 그대로 소스

 

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

 

 

화면 전체 소스

 

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