블로그 세상/블로그 꾸미기

[스크랩] 전체배경 사용 안내

힐링&바이블센터 2007. 2. 19. 20:03

어여쁜 여인 배경이
저의 블로그를 처음 방문하셨을 때 
나타나는 화면에 사용한 태그 소스입니다. 
아래에 예시된 각각의 소스의 앞뒤에 style tag를 사용하세요.
이 것만 익히시면 자신의 전체 배경을 자유자재로 바꾸실 수 있습니다.
모르면 어렵지만 알고보니 넘 쉽죠.
어여쁜 여인 배경

  

body { background-image:url("http:// 로 시작되는 URL 주소 &viewonly=Y");
background-attachment: fixed;
background-repeat:no-repeat;
background-position:bottom right; }
table { background-color: transparent; }
td { background-color: transparent; } 
꽃한송이   우측하단 


body { background-image:url("http:// 로 시작되는 URL 주소 &viewonly=Y");
background-attachment: fixed;
background-repeat:no-repeat;
background-position:bottom right; }
table { background-color: transparent; }
td { background-color: transparent; } 
꽃을 든 여인  화면 전체에 반복으로 나타내고 싶을 때 


body { background-image:url(http:// 로 시작되는 URL 주소 &viewonly=Y);
background-attachment: fixed; 
background-repeat: repeat; 
background-position: bottom right; } 
table { background-color: transparent; } 
td { background-color: transparent; }
장미 배경  우측 정열 

 
body { background-image:url(http://img.cyworld.nate.com/img/mall/effect/cs0035_foryou_ring.gif);
background-attachment: fixed; 
background-repeat: repeat-y;
background-position: bottom right; } 
table { background-color: transparent; } 
td { background-color: transparent; }
분홍세상 이미지 한 장 전체배경으로 할때
[이미지 크기가 width=1024px 인 file을 사용하시면 됩니다]

body { background-image:url("http://screensaver.pe.kr/view/data/category_love/love_wallpaper_62.jpg"); 
background-attachment: fixed; background-repeat: repeat; background-position: 100% 100%; } table 
{ background-color: transparent; } td { background-color: transparent; } 

  

출처 : 비밀의 정원
글쓴이 : 비밀의 정원 원글보기
메모 :