This is a message.

Forum user: peminator

Basic information

Registered Aug 13, 2010
Last login Nov 22, 2010
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/46301

Latest forum posts

Posts:

Registered:

» » tooltip w. relative:true positioned bad in absolute div in IE

Posted: Nov 10, 2010

I tried some changes in the meantime, here is the link to current
status where current NonIE browsers work fine (found tooltips to be buggy under older opera releases) and even in IE7 looks ok for this, but IE8 shifts tooltips except for the last element to the right (only the last one seems to be ok):

(tooltips should show up for the items in the second line of the text at top of page)

http://testrrp.redred.sk/sk/logo/

uncompressed content of the compressed JS in source is here:
http://testrrp.redred.sk/js/redredsystem.js

Posts:

Registered:

tooltip w. relative:true positioned bad in absolute div in IE

Posted: Aug 13, 2010

I have a div positioned absolute: bottom in which i have some a elements having extensive tooltip divs under them. There are lots of absolute and relative divs in html and now tooltip works nice in FF, Chrome, Safari.... but broken in IE8 (hovever after clicking compatibility mode in IE it shows ok)

setup of tooltip:
$("#bubla a").tooltip({effect:'slide',offset:[0,0],delay:200,position:'top center',relative:true});

i have to keep relative true, in absolute mode the tooltip goes to totally wrong position even in the other browsers

please help, is there any known trick how to move the tooltips under IE?