鼠标悬浮到单选框,复选框或者文本框时提示(看图)请问一般这是什么原因
有大佬提点一下前端小白吗???
<html>
<head>
<title>鼠标悬停显示提示信息窗口</title>
<style type="text/css">
display: none;
height: 70px;
padding: 20px;
top: 15px;
background-color: #2F4056;
</style>
<script type="text/javascript">
$(".contact").mouseover(function() {
$(".contact").mouseout(function() {
});
})
</head>
<body>
<div class="content" style="color: white;">
</div>
1无聊望见了忧郁,达到理想不太易<br /><br /> 谁人定我去或留,定我心中的宇宙
</body>
</html>
页:
[1]