버튼 소스에 관해 질문드립니다. 채택완료
헐크매니아
8년 전
조회 1,896
익플 11이나 크롬같은 최신 브라우저에서는 버튼 링크가 잘되는데
익플 10 이하버전에서는 안되는것 같은데 뭐 때문일까요?
</p><p><button type="button" class="btn btn-danger btn-lg" style="margin-left:82px;"><a href="#<a href='http://"><i'>"><i</a> class="fa fa-user-plus" aria-hidden="true" style="margin-right:10px;"></i>참가 신청</a></button>
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
채택된 답변
+20 포인트
답변에 대한 댓글 1개
�
헐크매니아
8년 전
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
�
헐크매니아
8년 전
본문은 텍스트에 링크를 거는거였는데 아래와 같이 버튼 전체에 링크를 걸어버리면 되네요.
[code]<a href="#"><button type="button" class="btn btn-danger btn-lg" style="margin-left:82px;"><i class="fa fa-user-plus" aria-hidden="true" style="margin-right:10px;"></i>참가 신청</button></a>[/code]
[code]<a href="#"><button type="button" class="btn btn-danger btn-lg" style="margin-left:82px;"><i class="fa fa-user-plus" aria-hidden="true" style="margin-right:10px;"></i>참가 신청</button></a>[/code]
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
[code]<a href="#"><button type="button" class="btn btn-danger btn-lg" style="margin-left:82px;"><i class="fa fa-user-plus" aria-hidden="true" style="margin-right:10px;"></i>참가 신청</button></a>[/code]