[mobile] 모바일에서 a:active 효과 주기 > 팁앤테크

본문 바로가기

사이트 내 전체검색

뒤로가기 팁앤테크

[mobile] 모바일에서 a:active 효과 주기

본문

a.logo:hover {
    text-decoration: none;
    outline: 0;
    color: #fff;;   
}
a.logo:active {
    text-decoration: none;
    outline: 0;
    color: #9c8ef3;;   
}


<script>
$('.menu-btn', '.logo').on({ 'touchstart' : function () { $(this).addClass('fake-active'); }, 'touchend' : function () { $(this).removeClass('fake-active'); } });
</script>

추천0

댓글목록 0

등록된 댓글이 없습니다.

전체 825건 1 페이지
게시물 검색
Copyright (c) 株式会社YHPLUS. All rights reserved.

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒171-0014 東京都豊島区池袋2-41-5 アーバン154 8F
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

PC 버전으로 보기