그누보드 오른쪽하단에 gif를 넣고싶습니다
본문
답변 3
tail.php
<div id="aside">
~
~
<div class="row banner">
<img src="<?php echo G5_THEME_URL ?>/img/banner/banner_01.gif" alt="Banner" style="width:233px;height:auto">
</div>
</div>
여기 18 ~ 19라인 쯤에 넣으시면 됩니다.
<style>
.b_r {
background-image: url(image.gif);
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 50px;
}
</style>
<div class="b_r"></div>
답변을 작성하시기 전에 로그인 해주세요.