묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
배경화면이 페이드아웃되면서...슬라이드시키고 싶은데요..
2012.08.11 17:26
안녕하십니까~~ 제로보드 식구님들^^
다름이 아니라...
배경화면이 페이드아웃되면서...슬라이드시키고 싶은데요..
현재 스크립트 소스는
<script type="text/javascript">
var bgImg = ['http://kscrew.co.kr/img/ksbg_0.jpg','http://kscrew.co.kr/img/ksbg_1.jpg','http://kscrew.co.kr/img/ksbg_2.jpg','http://kscrew.co.kr/img/ksbg_3.jpg','http://kscrew.co.kr/img/ksbg_4.jpg','http://kscrew.co.kr/img/ksbg_5.jpg','http://kscrew.co.kr/img/ksbg_6.jpg','http://kscrew.co.kr/img/ksbg_7.jpg','http://kscrew.co.kr/img/ksbg_8.jpg','http://kscrew.co.kr/img/ksbg_9.jpg','http://kscrew.co.kr/img/ksbg_10.jpg']
var ran = Math.floor(bgImg.length*Math.random())
document.body.style.backgroundImage = 'url('+bgImg[ran]+')';
</script>
이걸로 쓰고있거든요..
스타일 시트는
body {
background-image:url();
background-color:#000000;
background-attachment:fixed;
background-position:center center;
background-repeat:no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow-y: scroll;
}
여기 사이트처럼...
일정시간이 되면 페이드아웃-인 되면서.. 배경화면이 바뀌었으면 하는데..
너무 무례한 질문인가요??
ㅠㅠ
부탁드릴게요^^ 아자화이팅!