배경 전체 깔기
1.한가지 색으로 배경 채우기
<STYLE TYPE="text/css">body,table,td{background-color:blue;} </STYLE>
이 방법은 배경을 이미지가 아닌 원하는 색을 찾아서
넣어 주는겁니다
아래 소스 보시면 background-color:blue <--이곳을 RGB색상이나
영문등.. 원하는 색을 넣으시면 됩니다
여섯자리의 색상코드를 넣어 주시면 되지요 예) #000000 <-검정이죠?^^
2.배경전체 깔기
<style>body { background-image:url(이미지 경로); background-attachment:
fixed; background-repeat: repeat; background-position: center; } table
{ background-color: transparent; }
td { background-color: transparent; }
</STYLE>
3. 스크롤 움직이면 배경도 움직이게 하기
<style>body { background-image:url(이미지 경로); background-attachment:
no-fixed; background-repeat: no-repeat; background-position: center; }
table { background-color: transparent; }
td { background-color: transparent; }
</STYLE>
4.스크롤바 움직여도 배경 고정되어 있게하기
<style>body { background-image:url(이미지 경로);background-attachment:
fixed; background-repeat: no-repeat; background-position: center; } table
{ background-color: transparent; } td { background-color: transparent; }
</STYLE>
▒ 요점 - body background="이미지 경로"
▒ 화면 고정 - bgproperties - fixed
참고로 이 태그 소스는 엠파스에는 사용할 수 없습니다
그러나 다른 곳은 잘 되더군요^^
1.한가지 색으로 배경 채우기
<STYLE TYPE="text/css">body,table,td{background-color:blue;} </STYLE>
이 방법은 배경을 이미지가 아닌 원하는 색을 찾아서
넣어 주는겁니다
아래 소스 보시면 background-color:blue <--이곳을 RGB색상이나
영문등.. 원하는 색을 넣으시면 됩니다
여섯자리의 색상코드를 넣어 주시면 되지요 예) #000000 <-검정이죠?^^
2.배경전체 깔기
<style>body { background-image:url(이미지 경로); background-attachment:
fixed; background-repeat: repeat; background-position: center; } table
{ background-color: transparent; }
td { background-color: transparent; }
</STYLE>
3. 스크롤 움직이면 배경도 움직이게 하기
<style>body { background-image:url(이미지 경로); background-attachment:
no-fixed; background-repeat: no-repeat; background-position: center; }
table { background-color: transparent; }
td { background-color: transparent; }
</STYLE>
4.스크롤바 움직여도 배경 고정되어 있게하기
<style>body { background-image:url(이미지 경로);background-attachment:
fixed; background-repeat: no-repeat; background-position: center; } table
{ background-color: transparent; } td { background-color: transparent; }
</STYLE>
▒ 요점 - body background="이미지 경로"
▒ 화면 고정 - bgproperties - fixed
참고로 이 태그 소스는 엠파스에는 사용할 수 없습니다
그러나 다른 곳은 잘 되더군요^^
출처 : 배경 전체 깔기
글쓴이 : David 원글보기
메모 :
'전체배경' 카테고리의 다른 글
[스크랩] 이쁜캐릭터배경 (0) | 2007.02.04 |
---|---|
[스크랩] 즐건시간 되세요 (0) | 2007.02.04 |
[스크랩] 초록빛 클로버 배경 (0) | 2007.02.04 |
[스크랩] 예쁜 꽃배경 (0) | 2006.12.30 |
[스크랩] 레드장미배경 (0) | 2006.12.30 |