[css] 배경이미지 고정(body/table) - background-repeat: no-repeat; > 팁앤테크

본문 바로가기

사이트 내 전체검색

뒤로가기 팁앤테크

[css] 배경이미지 고정(body/table) - background-repeat: no-repeat;

본문

BODY 혹은 TABLE에 배경을 고정시켜야만하는 경우가 생긴다.
그때 유용하게 사용될 소스다.

1. 배경이미지 고정 - CSS을 이용한 배경이미지 고정법

<style type="text/css">  
BODY {  
    margin-left1em;  /* 고정 이미지가 보이도록 열어 준 것임 */  
    background-imageurl('배경이미지경로'); /* 배경이미지 경로 */  
    background-position260 left;  /* 디폴트는 top left, 혹은 0 0 */  
    background-attachmentfixed;  
    background-repeatno-repeat;  /* 디폴트는 repeat */  
}  
</style>  
<style type="text/css"> BODY { margin-left: 1em; /* 고정 이미지가 보이도록 열어 준 것임 */ background-image: url('배경이미지경로'); /* 배경이미지 경로 */ background-position: 260 left; /* 디폴트는 top left, 혹은 0 0 */ background-attachment: fixed; background-repeat: no-repeat; /* 디폴트는 repeat */ } </style>
2. TD 배경고정 - CSS을 사용하지 않은 배경이미지 고정법
<TD style='background-image:url(배경이미지경로); background-repeat:no-repeat; background-position:bottom right; background-attachment:fixed;'>  
</TD>  
<TD style='background-image:url(배경이미지경로); background-repeat:no-repeat; background-position:bottom right; background-attachment:fixed;'> </TD>
## background=position 의 값에 따라 배경이미지의 위치가 달라짐
[사용예]  0 0  => 왼쪽 상단 , bottom 0 => 하단 왼쪽, bottom right => 하단 오른쪽
추천0

댓글목록 2

pahs님의 댓글

pahs쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

좋은자료 감사드립니다.

해맑은하늘님의 댓글

해맑은하늘쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

찾던자료네요..감사합니다

전체 825건 26 페이지
게시물 검색
Copyright (c) 株式会社YHPLUS. All rights reserved.

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒171-0014 東京都豊島区池袋2-41-5 アーバン154 8F
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

PC 버전으로 보기