You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

tooltip w. relative:true positioned bad in absolute div in IE Created Aug 13, 2010

This thread is solved

Views: 1776     Replies: 2     Last reply Nov 10, 2010  
You must login first before you can use this feature

peminator

Posts: 2

Registered:
Aug 13, 2010

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?

randyfyfe

Posts: 17

Registered:
Aug 17, 2010

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

Posted: Aug 17, 2010

Reply to: tooltip w. relative:true positioned bad in absolute div in IE, from peminator
url link to and example page?

peminator

Posts: 2

Registered:
Aug 13, 2010

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

Posted: Nov 10, 2010

Reply to: » tooltip w. relative:true positioned bad in absolute div in IE, from randyfyfe
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