style.css를 사용하면서 venobox 사용하기
shadow
1
3,076
2015.07.30 11:41
짧은주소
- - 짧은주소: http://v2.eyoom.net/bbs/?t=WC 주소복사
본문
저처럼 기존 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
좋아요!
레벨 17
경험치 28,938
Progress Bar 52%
- 가입일 : 2015-02-26 22:28:15
- 서명 :
- 자기소개 :
댓글목록
티보리님의 댓글
감사합니다.
축하합니다. 첫댓글 포인트 89포인트를 획득하였습니다.