[제나플러스] 티스트리등에서 보여지는 상단 배너달기
본문
body 에 삽입
오른쪽
<a href="이미지링크" title="제목" target="_blank" id="znSticker">제목</a>
<style type="text/css">
 #znSticker {
  position: absolute; right: 0; top: 0;
  background: url('이미지경로') no-repeat; width: 132px; height: 132px; text-indent: -100em; display: block; overflow: hidden;
 }
</style>
왼쪽형
<a href="이미지링크" title="제목" target="_blank" id="znSticker">제목</a>
<style type="text/css">
 #znSticker {
  position: absolute; left: 0; top: 0;
  background: url('이미지경로') no-repeat; width: 132px; height: 132px; text-indent: -100em; display: block; overflow: hidden;
 }
</style>
            추천0                    
            댓글목록 0
등록된 댓글이 없습니다.

