鼠标经过DATALIST,行变色
发布网友
发布时间:2024-10-20 10:21
我来回答
共3个回答
热心网友
时间:2024-11-15 13:18
先将changecolor()写到前端js里
ondatabind的时候先在后台页面需要变色的标签找出来,然后给他添加attribute onmouseover=changecolor
onmouseout
-----------------------------------
对啊,我没想到怎么找到该元素...
你那个方法应该是对的,调试一下js吧。肯定有办法的
热心网友
时间:2024-11-15 13:19
onmousemove ="this.style.backgroundColor='#ff0000'"
onmouseout="this.style.backgroundColor='White'"
热心网友
时间:2024-11-15 13:19
css不是就可以实现嘛`