briancray / tooltipsy

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

IE7 positioning issue #24

Open oro-ck opened 12 years ago

oro-ck commented 12 years ago

Are there any known issues with IE7 and the tooltips position.

I have a page that has enough content to scroll. By default the tooltip appears to position properly, but if I scrolled say 200 pixels down, and use the tooltip then the tip is 200 pixels higher than it needs to be.

I suspect it's the HTML we've used that's causing this, but any idea if there are any particular CSS properties that should be avoided when using this?

I can give me details if required.

mderrick commented 11 years ago

I have also come across this issue on IE7 and cannot resolve it.

oro-ck commented 11 years ago

I ended up changing the plugin to jquery tools library, deadlines and all. http://jquerytools.org/demos/tooltip/index.html

everyonesdesign commented 11 years ago

Fixed the issue using "position:fixed" in "tooltipsy" class for ie7. You can position the tooltip using margins.

briancray commented 11 years ago

Can you try it now?

ImBobby commented 9 years ago

This issue is old, but I did try tooltipsy in IE7 win XP and didn't find any issue regarding the "200px" gap. You might want to close this issue.