为了账号安全,请及时绑定邮箱和手机立即绑定

怎么实现鼠标经过时显示内容,鼠标离开时隐藏内容?

怎么实现鼠标经过时显示内容,鼠标离开时隐藏内容?百度到用onmouseover and onmouseout但是试了之后发现鼠标离开后隐藏,再经过还是隐藏。也没有实现。

正在回答

3 回答

<html>

<head></head>

<body>

<div style="height:300px;width:300px;background-color:#666" onmouseover="this.innerHTML='显示'" onmouseout="this.innerHTML=''">

</div>

</body>

</html>

把你的代码贴上来看看

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

怎么实现鼠标经过时显示内容,鼠标离开时隐藏内容?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信