div鼠标经过变背景

2024-12-23 14:42:24
推荐回答(2个)
回答1:

div{background:#ccc;}(原来的)
div:hover{background:#000;}(鼠标经过)

回答2:

onmouseout="this.style.backgroundPosition='0 32px'" style="width:1000px; height:400px; background:url(140531.jpg) 0 32px;">123434

如果会JS,不会css,就得去学学css了,很简单,只是技巧性的东西。。。。。。。。。
//background:url(图片地址)