briancray / tooltipsy

Introducing a jQuery tooltip plugin for control-obsessed designers.
http://tooltipsy.com
MIT License
325 stars 97 forks source link

Doesn't recognize position:fixed #7

Open 3Nex opened 13 years ago

3Nex commented 13 years ago

If the tipped element has position:fixed, its Tooltip will always stay at the same position on which the tipped element was before the page started scrolling.

briancray commented 13 years ago

What is the scenario in which you need to add position:fixed? I ask because the tooltip wrapper will take care of positioning itself.

3Nex commented 13 years ago

Well i guess the best answer would be if i direct you to the website, the tooltips are for the icons in the navigation bar. Remove the link later if neccessary, no promoting intended. www.samuraisk8.com

briancray commented 13 years ago

Ahh I see the problem. I'll see if I can find a fix =)

hubpork commented 13 years ago

I got the same issue... I love this tooltip... but I got a project where I want to fix a div on top while scrolling. This div has diverse filters for products so the filter is always in view... unfortunatly I need there a tooltip...

briancray commented 13 years ago

I think I have a solution, just haven't done major testing yet...