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 | 31 |
Tags
- IE 8
- DDos 전용 백신
- php
- 한메일
- HP
- IE8
- ddos
- 옴니아2
- 윈도우 7
- jQuery
- HP 신제품
- 이클립스 설정
- 이클립스
- 오즈 옴니아
- PDA
- USB 레지스트리
- Windows 7
- Internet Explorer 8
- 파워블로그
- 파블애드
- 삼성 메모리
- Ajax
- 오좀니아
- 한메일 pop
- VMware
- XP 설치
- Live Mesh
- 이클립스 플러그인
- VMwareTools
- 한메일 smtp
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 |