style.css를 사용하면서 venobox 사용하기 > 시즌3 팁 & 테크

본문 바로가기

시즌3 팁 & 테크

style.css를 사용하면서 venobox 사용하기

2015-07-30 11:41 12,146 1 1

본문

저처럼 기존 style.css를 유지하고픈 분들은 아래와 같이 수정하시면 됩니다.


view_comment.skin.html 을 다음과 같이 수정을 합니다.

수정 전


<link rel="stylesheet" href="../../../plugins/colorbox/colorbox.css" />
<script src="../../../plugins/colorbox/jquery.colorbox-min.js"></script>
수정 후

<link rel="stylesheet" href="../../../plugins/venobox/venobox.css" type="text/css" media="screen" />
<script type="text/javascript" src="../../../plugins/venobox/venobox.min.js"></script>

수정 전

<a class="btn-e btn-e-dark btn-e-xs emoticon pull-right margin-left-5" href="{C.EYOOM_CORE_URL}/board/emoticon.php">이모티콘</a>
수정 후

<a class="btn-e btn-e-dark btn-e-xs emoticon pull-right margin-left-5" data-type="iframe" title="이모티콘" href="{C.EYOOM_CORE_URL}/board/emoticon.php">이모티콘</a>

수정 전

$(".emoticon").colorbox({iframe:true, width:"90%", height:"580", fixed:true});
수정 후

$(".emoticon").venobox({border:'3px'});

1
로그인 후 추천 또는 비추천하실 수 있습니다.

댓글목록1

1님의 댓글

1
2015-09-01 20:58
감사합니다.

축하합니다. 첫댓글 포인트 89포인트를 획득하였습니다.

전체 129 건 - 2 페이지
번호
제목
글쓴이
2015-09-21
2015-09-20
2015-09-18
2015-09-17
2015-09-17
2015-08-17
2015-07-30
2015-07-20
2015-07-08
105
2015-07-03
9,369
0
2015-07-03
2015-07-01
2015-07-01
2015-06-30
2015-06-24
2015-06-22
사이트 내 전체검색