永发信息网

CSS+DIV实现鼠标经过背景图片变换

答案:1  悬赏:0  手机版
解决时间 2021-05-15 09:41
  • 提问者网友:最美的风景
  • 2021-05-14 10:23

<div width="100" height="100" onMouseOver="this.background='1.jpg';" onMouseOut="this.background='2.jpg';" background="/images/2.gif"><a href="#"></a></div>

哪错了?要经过验证的

最佳答案
  • 五星知识达人网友:时间的尘埃
  • 2021-05-14 11:20
<div style="width:200;height:200;background-image:url( http://www.bluege.com/images/logo.gif)" onmouseover="this.style.backgroundImage='url(1.gif)';" onmouseout="this.style.backgroundImage='url( http://www.bluege.com/images/logo.gif)';" ></div>
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯