Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- PDA
- HP 신제품
- 오즈 옴니아
- 오좀니아
- XP 설치
- Ajax
- 이클립스 설정
- 한메일 pop
- jQuery
- 한메일 smtp
- VMware
- Internet Explorer 8
- USB 레지스트리
- 이클립스
- 파블애드
- 윈도우 7
- VMwareTools
- 옴니아2
- IE8
- IE 8
- 이클립스 플러그인
- Windows 7
- Live Mesh
- ddos
- 파워블로그
- 한메일
- HP
- 삼성 메모리
- DDos 전용 백신
- php
Archives
- Today
- Total
엉망진창
background 이미지 고정 본문
<style type=text/css>
BODY {background-image:url(그림경로);
background-repeat:no-repeat;
background-position:right;
background-attachment:fixed;
}
</style>
BODY {background-image:url(그림경로);
background-repeat:no-repeat;
background-position:right;
background-attachment:fixed;
}
</style>
<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="background:white url(star.gif) no-repeat fixed center center";
</script>
'Study_Web > Ajax' 카테고리의 다른 글
여러가지 툴팁 모음 (0) | 2009.05.18 |
---|---|
Ajax 마스터하기(한국 developerWorks) (2) | 2008.06.24 |
JS 이미지 효과 스타일 (0) | 2007.04.28 |
링크에 무지개 효과 (1) | 2007.03.13 |
하이퍼 링크 글자 색 각각 다르게 하는 법 (0) | 2007.01.03 |