main menu fixed, tooltip not -> moving when mousewheel scrolling
Hello,
I have a problem with the tooltip :
I have a fixed menu on the left of my webpage, so when I scroll the
page scroll, not the menu,
If I set a tooltip attached to a menu item and I mousewheel when
the cursor hovers the menu item, the menu sticks but the tooltip
follow the scroll of the page, this is not pretty,
I haven't found anything to set the tooltip position fixed, is it possible?
Thanks a lot.
-
problem-tooltip-go-away.jpg 261 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Denecir on 29 Nov, 2011 09:13 PM
Hi Christophe,
I had the same problem when I used TipTip in a input field placed inside a div with style overflow:auto.
I solved this problem with a small hack. I watch the scrollbar, when it changes, I hide the tooltip. See the code:
$('#conteudo').scroll(function(){
});
Note: "conteudo" is the div's id.
Hugs!
2 Posted by Outman on 13 Jan, 2014 07:43 AM
Don't know if a menu control can be your help or not. I've got the menu start very quickly.