我目前有一个工具提示弹出远离图像。然而,我似乎不能让点击同时工作与悬停。我想要实现的是,当用户单击图像时,弹出窗口保持可见,当用户单击弹出框外时禁用该弹出窗口,但是,如果用户在图像中悬停,当用户悬停在图像之外时,弹出窗口将是可见的。我不太清楚该怎么解决这个问题。
HTML
<div class="tooltip">
<div class="description"> Here is the big fat description box</div>
</div>
CSS
.tooltip {
border
我对jquery和所有关于它的东西都是新手。我只做了一页即席,所以我迷路了。我需要显示iframe为和弹出。该怎么做呢?
我试过弹出窗口:
index.html类似于:
<button id="my-button">POP IT UP</button>
<!-- Element to pop up -->
<div id="element_to_pop_up">
<a class="b-close">x<a/>
Content of popup
</di