Hi
 1 <style type="text/css">
2 <!--
3 .banbu1,.banbu2{
4 width:100px;
5 height:100px
6 }
7 .banbu1 {
8 background:#CCC;
9
10 }
11 .banbu2{
12 background:#FF0000;
13
14 }
15 -->
16 </style>
17 </head>
18
19 <body>
20 <div class="banbu1" onmousemove="this.className='banbu2'" onmouseout="this.className='banbu1'">Hi</div>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-12-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
相关资源
相似解决方案