发布网友 发布时间:2022-04-24 01:58
共4个回答
热心网友 时间:2022-05-04 08:58
li:hover{background:url(图片地址);}
热心网友 时间:2022-05-04 10:16
$(function(){ $('div.nav ul li').on('mouseover',function(){ $(this).css('background-color','red'); $(this).siblings().css('background-color',''); }); });
热心网友 时间:2022-05-04 11:51
hove属性,在里面添加图片样式
热心网友 时间:2022-05-04 13:42
给li设置鼠标划过事件就行了