我有一个<div>
:
<div class="hide1" id="MDive">
<TABLE WIDTH="1000" BORDER=0 CELLPADDING=0 CELLSPACING=0>
在这<div>
我有页面的完整正文。
我也有两门课:
<style>
.hide1 {
background: url(bgs/bg_first.png) no-repeat;
}
.hide2 {
background: url(bgs/Picture-12_SOFT.jpg) no-repeat;
}
</style>
我在体内有一个图像:
<div class="mover">
<IMG SRC="images/buttons_full_03.png" WIDTH=129 HEIGHT=30 ALT="" border="0">
</div>
我需要的是:当光标移到div.mover
,div#MDive
的类上hide2
时会出现动画。
ie:div#MDive
的背景图片变为第二张带有动画效果的图片