Home > Article > Web Front-end > 求教一个问题,当鼠标放上去在改变背景图片时,同时改变div里面的图片,怎么实现?_html/css_WEB-ITnose
下面附上图片及代码
<div class="kaidian"><div style="height: 160px;"><div class="toppic"><img src="./images/f_a_03.png" style="max-width:90%"/ alt="求教一个问题,当鼠标放上去在改变背景图片时,同时改变div里面的图片,怎么实现?_html/css_WEB-ITnose" ></div><div class="title">一键开店</div><div class="content">效果文字不要阅读,效果文字不要阅读效果文字不要阅读</div></div><img src="./images/f_a_09.png" style="max-width:90%"/ alt="求教一个问题,当鼠标放上去在改变背景图片时,同时改变div里面的图片,怎么实现?_html/css_WEB-ITnose" ></div>
.circle .kaidian:hover{ width: 200px; height: 330px; margin-top: 10px; background: url(./images/fp_37.png) center no-repeat; background-size: 180px 220px; -ms-behavior: url(css/backgroundsize.min.htc); behavior: url(css/backgroundsize.min.htc); float: left;}
<script></script>
<script></script>