묻고답하기
롤오버 이미지적용시 엑박으로 보입니다...
2013.11.21 14:19
정확히는 처음만 그렇습니다.
처음에만 엑박으로 나오고 마우스 오버하면 제대로 작동 합니다.
이걸 프리로드가 안 된다고 하는건가요?
하지만 xe는 전혀 몰라서js를 사용해도 body에 onload 를 넣고 싶어도 위치조차 전혀 모르겠는 지라;;...
사용한 태그는
<table width="650px" align="center">
<td width="160px" height="40px"><a href="#"><img src="m1.gif" onmouseover="this.src='m1-2.gif'" onmouseout="this.src='m1.gif'" alt="M1" width="160" height="40" /></a></td>
<td width="119px" height="40px"><a href="#"><img src="m2.gif" onmouseover="this.src='m2-1.gif'" onmouseout="this.src='m2.gif'" alt="M2" width="119" height="40" /></a></td>
<td width="145px" height="40px"><a href="#"><img src="m3.gif" onmouseover="this.src='m3-1.gif'" onmouseout="this.src='m3.gif'" alt="M3" width="145" height="40" /></a></td>
<td width="75px" height="40px"><a href="#"><img src="m4.gif" onmouseover="this.src='m4-1.gif'" onmouseout="this.src='m4.gif'" alt="M4" width="75" height="40" /></a></td>
<td width="151px" height="40px"><a href="#"><img src="m5.gif" onmouseover="this.src='m5-2.gif'" onmouseout="this.src='m5.gif'" alt="M5" width="151" height="40" /></a></td>
</table>
이렇게 5개 메뉴가 나열되어있고 단순히 바뀌기만 하면 되는건데 힘드네요;;;
마우스를 오버하면 그때는 전부 이미지가 정상으로 나오는데 처음 페이지를 열었을때나 새로고침F5를 했을 경우 다시 엑박으로 나옵니다.