그누보드 오른쪽하단에 gif를 넣고싶습니다
사이트 오른쪽하단에 gif 를 삽입하고싶습니다 계속 띄우고싶은데 어떻게 띄울수있는지 궁금합니다 감사합니다.. 
|
답변 3개
2022-10-01 (토) 04:45:54
Copy
<style>
.b_r {
background-image: url(image.gif);
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 50px;
}
</style>
<div class="b_r"></div>
2022-09-30 (금) 11:05:10
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>
답변을 작성하려면 로그인이 필요합니다.