본문 바로가기

컴터/Javascript / html

스크립트로 이미지 불러오기

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
<DIV style="background-image:url(../../gif/flower.jpg);width:500;color:white;font-size:160%"
  onmouseover="this.style.backgroundImage='url(../../gif/flower1.jpg)'"
  onmouseout="this.style.backgroundImage='url(../../gif/flower.jpg)'">
DIV 내용 <IMG src="../../gif/tulip.gif"> 마우스를 올려보라.
</DIV>

출처 : http://koxo.com/lang/js/style/backgroundImage.html