백그라운드 풀스크린 이미지 적용하기
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>제목</title>
<style>
* { margin: 0; padding: 0; }
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
#page-wrap { position: relative; width: 400px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
p { font: 15px/2 Georgia, Serif; margin: 0 0 30px 0; text-indent: 40px; }
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
$(function() {
var theWindow = $(window),
$bg = $("#bg"),
aspectRatio = $bg.width() / $bg.height();
function resizeBg() {
if ( (theWindow.width() / theWindow.height()) < aspectRatio ) {
$bg
.removeClass()
.addClass('bgheight');
} else {
$bg
.removeClass()
.addClass('bgwidth');
}
}
theWindow.resize(function() {
resizeBg();
}).trigger("resize");
});
</script>
</head>
<body>
<img src="/data/201107/IJ13098874706702/bg.jpg" id="bg" alt="">
<div id="page-wrap">
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
<p>샘플 텍스트</p>
</div>
</body>
</html>
게시판 목록
디자이너팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 102 | 8년 전 | 4623 | ||
| 101 | 8년 전 | 12536 | ||
| 100 |
체리맛쿠키
|
8년 전 | 9883 | |
| 99 | 8년 전 | 6544 | ||
| 98 |
프로그래머7
|
8년 전 | 4106 | |
| 97 | 8년 전 | 4552 | ||
| 96 | 8년 전 | 145967 | ||
| 95 | 8년 전 | 3835 | ||
| 94 |
|
8년 전 | 3508 | |
| 93 | 8년 전 | 3966 | ||
| 92 | 8년 전 | 6852 | ||
| 91 | 8년 전 | 3227 | ||
| 90 | 8년 전 | 3833 | ||
| 89 | 8년 전 | 3423 | ||
| 88 | 8년 전 | 3826 | ||
| 87 | 8년 전 | 3512 | ||
| 86 | 8년 전 | 4231 | ||
| 85 | 9년 전 | 4537 | ||
| 84 |
|
9년 전 | 4976 | |
| 83 |
|
9년 전 | 4194 | |
| 82 | 9년 전 | 5636 | ||
| 81 | 9년 전 | 7050 | ||
| 80 | 9년 전 | 8278 | ||
| 79 |
크레용웍스
|
9년 전 | 8103 | |
| 78 | 9년 전 | 3930 | ||
| 77 | 9년 전 | 4121 | ||
| 76 |
|
9년 전 | 3820 | |
| 75 | 9년 전 | 4567 | ||
| 74 | 9년 전 | 2577 | ||
| 73 | 9년 전 | 4222 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기