Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery Tooltip and Mouseover Integration
    primarykey
    data
    text
    <p>I'm working on an MIT map of projects for an architectural firm, and trying to figure out how to keep the red dots mouseover state on while the mouse moves over the associated tooltips that pop up. Right now the mouseover turns off when the mouse moves to the tooltips. </p> <p>Also, when either the dot or the link in the tooltip are clicked, I need the tooltip to clear and turn off. I noticed on an iPad that after clicking a tooltip link to a project page and then going back to the map page with the back button, the last tooltip for some reason stays stuck open. Doesn't seam to be an issue on desktops, but on mobile devices I need it to be cleared when they hit the back button.</p> <p>Here is the site i'm referring to: <a href="http://www.digitour360.com/mit/" rel="nofollow">http://www.digitour360.com/mit/</a> and the stylesheet is here: <a href="http://www.digitour360.com/mit/css/stylesheet.css" rel="nofollow">http://www.digitour360.com/mit/css/stylesheet.css</a></p> <p>Below is the css code of the circle sprite for each button - i'm trying to somehow tie these to each of the tooltips. For example, if the mouse moves over red circle button 11 and then onto the tooltip for button 11, I do not want the red circle hover state to turn off until it leaves the tooltip.</p> <pre><code>#button { background:transparent url(../images/red-circle.png) no-repeat scroll 0px -2px; display:block; height:23px; width:23px; } #button:hover { background-position:0 -25px; opacity: 1; }' </code></pre> <p>And One more thing, what is the best way to make sure the tooltip is closed when any link is clicked inside of it? For some reason on mobile devices, when you finger hits to open the hover state and then you click a link on it, if you hit the back button, the tooltip stays stuck open.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload