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?
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?
