html 에서 이미지위에 마우스 오버시 유투브 창이 나오게 하는 법 좀 알 수 있을까요?
이런 식으로 div로 이미지 버튼을 만들고 밑에 마우스 오버시 이미지가 나오게 했습니다.
그 밑에 다시 유투브 영상이 올라가게끔 할 수 있을까요~?
<div style="text-align:center;">
<div>
<a = '/ife/img/infodetail/detailfram.jpg';" ><img title="" = '/ife/img/infodetailbt/fram02.jpg';" onmouseout="this.src = '/ife/img/infodetailbt/fram01.jpg';" src="/ife/img/infodetailbt/fram01.jpg"></a>
<a = '/ife/img/infodetail/detailbosch.jpg';"><img title="" = '/ife/img/infodetailbt/BOSCH02.jpg';" onmouseout="this.src = '/ife/img/infodetailbt/BOSCH01.jpg';" src="/ife/img/infodetailbt/BOSCH01.jpg"></a>
<a = '/ife/img/infodetail/mann.jpg';" ><img title="" = '/ife/img/infodetailbt/MANN02.jpg';" onmouseout="this.src = '/ife/img/infodetailbt/MANN01.jpg';" src="/ife/img/infodetailbt/MANN01.jpg"></a>
<a = '/ife/img/infodetail/infodetailmahle.jpg';" ><img title="" = '/ife/img/infodetailbt/MAHLE02.jpg';" onmouseout="this.src = '/ife/img/infodetailbt/MAHLE01.jpg';" src="/ife/img/infodetailbt/MAHLE01.jpg"></a>
<a = '/ife/img/infodetail/infodetail3m.jpg';" ><img title="" = '/ife/img/infodetailbt/3M02.jpg';" onmouseout="this.src = '/ife/img/infodetailbt/3M01.jpg';" src="/ife/img/infodetailbt/3M01.jpg"></a>
<a = '/ife/img/infodetail/detailEXFITZ.jpg';" ><img title="" = '/ife/img/infodetailbt/EXFITZ02.jpg';" onmouseout="this.src = '/ife/img/infodetailbt/EXFITZ01.jpg';" src="/ife/img/infodetailbt/EXFITZ01.jpg"></a>
<a = '/ife/img/infodetail/infordetailnomis.jpg';" ><img title="" = '/ife/img/infodetailbt/nomis02.jpg';" onmouseout="this.src = '/ife/img/infodetailbt/nomis01.jpg';" src="/ife/img/infodetailbt/nomis01.jpg"></a>
<a = '/ife/img/infodetail/infordetailstorm.jpg';" ><img title="" = '/ife/img/infodetailbt/storm02.jpg';" onmouseout="this.src = '/ife/img/infodetailbt/storm01.jpg';" src="/ife/img/infodetailbt/storm01.jpg"></a>
</div>
<div>
<img width="auto" height="100%" title="detail" id="imgDetail" src="/ife/img/infodetail/detailfram.jpg">
</div>
개극혐이다 진짜
어디 10년전 지식인 답변 긁어왔나
제이쿼리 툴팁. 마우스오버시 특정 div를 보이게 해줌 - dc App