我是 CSS 和 JS 的新手。我试图在 mousehover 上发生两个事件,但它没有工作。这是我的代码
<div class="ht2_icon ht2left" style="background: url(icons/img4.png) no-repeat center;" onClick="popup('#newTeam')">
<span class="tooltip" onmouseover="tooltip.pop(this, 'New Team', {position:0})">
<img src="icons/img4hover.png"/>
</span>
</div>
我应该让工具提示和其他图像在鼠标悬停时工作,但事实并非如此。