html5鼠标经过事改变按钮背景及字体颜色
<!DOCTYPEhtml><html><head><metacharset="UTF-8"><title>自定错误信息示例</title></head><body><d...
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>自定错误信息示例</title>
</head>
<body>
<div class="btn">
<button>A</button>
<button>B</button>
<button>C</button>
</div>
</body>
</html>
三个按钮,默认A按钮背景颜色改变,鼠标移动到哪个按钮哪个背景颜色改变,鼠标移开但没有移动到其他按钮上颜色不变,鼠标移动到其他按钮上之前的按钮背景颜色变回,当前按钮背景颜色改变,
本来我是通过button:hover重设css来做的,但这样只要鼠标一移开颜色就变回来了,求解决 展开
<html>
<head>
<meta charset="UTF-8">
<title>自定错误信息示例</title>
</head>
<body>
<div class="btn">
<button>A</button>
<button>B</button>
<button>C</button>
</div>
</body>
</html>
三个按钮,默认A按钮背景颜色改变,鼠标移动到哪个按钮哪个背景颜色改变,鼠标移开但没有移动到其他按钮上颜色不变,鼠标移动到其他按钮上之前的按钮背景颜色变回,当前按钮背景颜色改变,
本来我是通过button:hover重设css来做的,但这样只要鼠标一移开颜色就变回来了,求解决 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询