익플 11이나 크롬같은 최신 브라우저에서는 버튼 링크가 잘되는데
익플 10 이하버전에서는 안되는것 같은데 뭐 때문일까요?
Copy
<button type="button" class="btn btn-danger btn-lg" style="margin-left:82px;"><a href="#"><i class="fa fa-user-plus" aria-hidden="true" style="margin-right:10px;"></i>참가 신청</a></button>
|
답변 2개 / 댓글 2개
채택된 답변
+20 포인트
2017-08-05 (토) 19:05:46
html5.js 로 검색해서 파일을 업로드 후
스크립트 파일 읽어와 보세요.
스크립트 파일 읽어와 보세요.
답변에 대한 댓글 1개
헐크매니아
2017-08-05 (토) 22:36:13
2017-08-05 (토) 21:32:11
버튼 링크를 작동시키는 스크립트도 같이 첨부 부탁드려요
답변에 대한 댓글 1개
헐크매니아
2017-08-05 (토) 22:36:44
본문은 텍스트에 링크를 거는거였는데 아래와 같이 버튼 전체에 링크를 걸어버리면 되네요.
[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]