0

以下是我的 div 框。

<div id="one1" class="f"></div>
    <div id="one2" class="f"></div>

   <div id="two1" class="s"></div>
    <div id="two2" class="s"></div>

   <div id="three1" class="c"></div>
    <div id="three2" class="c"></div>

   <div id="four1" class="d"></div>
    <div id="four2" class="d"></div>

以下是我对 div 框的风格。

#one1{width:114px; height:35px; background-image:url(about1.png); float:left; margin-left:10px;}
#one2{width:114px; height:35px; background-image:url(about-rollover.png); margin-left:10px; float:left}

#two1{width:114px; height:35px; background-image:url(about1.png); float:left; margin-left:10px;}
#two2{width:114px; height:35px; background-image:url(about-rollover.png); margin-left:10px; float:left}

#three1{width:114px; height:35px; background-image:url(about1.png); float:left; margin-left:10px;}
#three2{width:114px; height:35px; background-image:url(about-rollover.png); margin-left:10px; float:left}

#four1{width:114px; height:35px; background-image:url(about1.png); float:left; margin-left:10px;}
#four2{width:114px; height:35px; background-image:url(about-rollover.png); margin-left:10px; float:left}

我需要这个框在特定时间级别更改图像。第一个图像在特定时间间隔内更改图像。完成后,下一步更改图像。在第四个图像更改后,我需要启动第一个图像。如果鼠标悬停在图像上意味着必须清除所有时间间隔。请建议我任何想法。

4

1 回答 1

0

您可以尝试使用 jquery 插件,例如Nivo Slider。他们有很好的过渡效果和

于 2012-08-08T07:07:19.150 回答