반응형
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>www.doonee.net - 배경이미지 고정</title>
<style type="text/css">
body
{
background-color: white;
background-image: url(https://t1.daumcdn.net/cfile/tistory/21745940520C398D32);
background-repeat: no-repeat;
background-attachment: fixed;
color:White;
}
</style>
</head>
<body>
배경이미지 고정
</body>
</html>
출력화면
'프로그래밍 > HTML' 카테고리의 다른 글
이미지링크 파란색 테두리 한번에 없애고 싶을땐 (1) | 2013.11.05 |
---|---|
가로 또는 세로 스크롤바 없애기 (0) | 2013.11.05 |
이미지버튼 Submit (0) | 2013.10.25 |
바람직한 HTML 코딩법 (0) | 2013.10.25 |
드롭다운(dropdown) 기본구조 (0) | 2013.10.25 |