카테고리 없음 Jquery 배경고정 스크롤 interdigm 2016. 2. 17. 22:17 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.min.js"></script> <title>Untitled Document</title> <style> .divider { padding-top:50px } .divider .bg-holder { height:350px; background:url('http://themestrong.com/demo/argo/assets/img/fur.jpg') no-repeat fixed center center transparent; background-size:cover } .divider .hero { color:#fff; padding-top:95px; border-bottom:0; text-align:center } .divider .hero h1 { margin-bottom:20px } #testimonial { color:#fff } #testimonial h3 { border-bottom:1px solid #fff; padding-bottom:20px; text-align:center } #testimonial .bg-holder { background:url('http://themestrong.com/demo/argo/assets/img/minimalist.jpg') no-repeat fixed center center transparent } </style> </head> <body> <div style="height:500px"></div> <div id="purchase" class="divider section"> <div class="bg-holder"> <div class="container"> <div class="hero"> <h1>great one page theme with possibilities and options</h1> </div> </div> </div> </div> <div style="height:500px"></div> <div id="testimonial" class="divider section"> <div class="bg-holder"> <div class="container"> <!-- Bootstrap carousel --> <div id="msgs" class="carousel slide" > <h3>Testimonial</h3> </div> </div> </div> </div> </div> <div style="height:500px"></div> </body> </html>