그누보드5- 회사(company)스킨에서 롤링배너 부분 수정질문입니다.
본문
그누보드5 롤링배너부분에서 4가지 사진이 돌아가는 데
4가지 사진을 바꿀려면 어떻게 해야하는 지 고수님들께 질문드립니다.
답변 5
http://liberta1980.co-story.net/
theme/company/img
이미지 : 1444 * 647 px
theme/company/css/default.css
#main_bn li.bn_bg1{background:url(../img/Hashima_Island_01.jpg) no-repeat 50% 50%; background-size: cover;display: table;-ms-filter: sizingMethod='scale' property}
#main_bn li.bn_bg2{background:url(../img/Hashima_Island_02.jpg) no-repeat 50% 50%; background-size: cover;display: table;-ms-filter: sizingMethod='scale' property}
#main_bn li.bn_bg3{background:url(../img/Hashima_Island_03.jpg) no-repeat 50% 50%; background-size: cover;display: table;-ms-filter: sizingMethod='scale' property}
#main_bn li.bn_bg4{background:url(../img/Hashima_Island_04.jpg) no-repeat 50% 50%; background-size: cover;display: table;-ms-filter: sizingMethod='scale' property}
theme/company/index_head.php
<div id="main_bn">
<ul class="bn_ul">
<li class="bn_bg1">
<div class="bn_wr">
<div class="bn_txt">
<h2>Hashima Island <br></h2>
<p>Native name: 端島<br>Nickname: Battleship Island</p>
</div>
</div>
</li>
<li class="bn_bg2">
<div class="bn_wr">
<div class="bn_txt">
<h2>Hashima Island <br></h2>
<p>Native name: 端島<br>Nickname: Battleship Island</p>
</div>
</div>
</li>
<li class="bn_bg3">
<div class="bn_wr">
<div class="bn_txt">
<h2>Hashima Island <br></h2>
<p>Native name: 端島<br>Nickname: Battleship Island</p>
</div>
</div>
</li>
<li class="bn_bg4">
<div class="bn_wr">
<div class="bn_txt">
<h2>Hashima Island <br></h2>
<p>Native name: 端島<br>Nickname: Battleship Island</p>
</div>
</div>
</li>
</ul>
<div class="bn_btn">
<a href="#" class="unslider-arrow prev">Previous slide</a>
<a href="#" class="unslider-arrow next">Next slide</a>
</div>
</div>
정확한 스킨 링크를 걸어주시면 고맙겠습니다.
theme/company/css/default.css
'메인배너'를 찾아보세요.
이미지는
theme/company/img/main_bn.jpg
theme/company/tail.php
아래의 스크립트 파일의 소스로 돌아가나봐요.
답변 감사드립니다.
4장면이 다 동일하게 돌아가잖아요?
그래서 4장면을 다 다른 사진으로 등록해서 사용하고 싶은 데
어떤식으로 하면 될지 알고 싶습니다.
답변을 작성하시기 전에 로그인 해주세요.