답변 2개
채택된 답변
+20 포인트
9년 전
port443 님 말도 일이가 있지만...
css 로 이런 방식이 있습니다.
</p><p>a.link1 {display:inline-block;content:'소개';}</p><p><span style="font-size: 14.6667px; line-height: 1.5;">a.link1:hover {display:</span><span style="font-size: 14.6667px; line-height: 1.5;">inline-</span><span style="font-size: 14.6667px; line-height: 1.5;">block;content:'intro';}</span><span style="font-size: 11pt; line-height: 1.5;"> </span></p><p><span style="font-size: 14.6667px; line-height: 22px;">
.....
단 이 css 를 쓸때 일일이 width 값과 height 값을 알아서 처리를 해주셔야되며, 또한 a 링크 달때 태그에서 a 링크에 글씨를 안넣으시는게 좋습니다.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
9년 전
jQuery .hover() 로 해당 DOM 을 호출하여 처리 하면 되겠죠
https://api.jquery.com/hover/">https://api.jquery.com/hover/
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인