버튼 소스에 관해 질문드립니다.

버튼 소스에 관해 질문드립니다.

QA

버튼 소스에 관해 질문드립니다.

답변 2

본문

익플 11이나 크롬같은 최신 브라우저에서는 버튼 링크가 잘되는데

익플 10 이하버전에서는 안되는것 같은데 뭐 때문일까요?


<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

html5.js 로 검색해서 파일을 업로드 후
스크립트 파일 읽어와 보세요.

본문은 텍스트에 링크를 거는거였는데 아래와 같이 버튼 전체에 링크를 걸어버리면 되네요.

<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>

버튼 링크를 작동시키는 스크립트도 같이 첨부 부탁드려요

본문은 텍스트에 링크를 거는거였는데 아래와 같이 버튼 전체에 링크를 걸어버리면 되네요.

<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>

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 420
© SIRSOFT
현재 페이지 제일 처음으로