猿问

想让鼠标放到按钮上时改变背景色

想让鼠标放到按钮上时改变背景色怎么实现啊

小呀么小二郎呀
浏览 2392回答 6
6回答

刚毅87

input:hover{     background-color:red; }

qyy2499760117_叶子

<!DOCTYPE html><html><head>    <title> new document </title>    <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>    <style type="text/css">        .btnName:hover {            background: red;        }    </style></head><body><input type="button" value="按钮变色" class="btnName" /></body></html>
随时随地看视频慕课网APP
我要回答