Index: lams_central/web/includes/javascript/jtip.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/jtip.js,v diff -u -r1.1 -r1.2 --- lams_central/web/includes/javascript/jtip.js 26 Jan 2009 18:32:29 -0000 1.1 +++ lams_central/web/includes/javascript/jtip.js 27 Jan 2009 19:57:57 -0000 1.2 @@ -62,6 +62,9 @@ var JT_width = (getAbsoluteLeft(linkId) - 22); $('#JT').css({left: 2, width: JT_width}); //adjust width to fit } + + $('#JT').height(120); + //get the height of the jtip after loading it var jtip_height = $('#JT').height(); //adjust the top of jTip