달력

52024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

'div background 변경'에 해당되는 글 1건

  1. 2015.09.02 div background 변경
반응형

<script language="javascript" type="text/javascript">

fucntion change(src){

  document.getElementById('mainimg').style.backgroundImage="url('" + src + "')";

}

</script>

<table>

  <tr>

    <td width="400" height="400">

      <div align="center" id="mainimg" style="width:400;height:400px;background-image:URL('/images/02_1.gif')">문장문장</div></td>

    <td><span onclick="change('/images/03.gif');">배경 바꾸기</span></td>

  </tr>

</table>

[출처] div background 변경|작성자 dan ni el

 

반응형
Posted by 친절한 웬디양~ㅎㅎ
|