Greetings; I am using Cluetip to fetch content via AJAX.  I have tried
setting the position option to bottomTop, mouse, and auto.  The
content fetches fine, and the tooltip displays.  However, if the tip
opens close to the bottom of the browser window (FF2 and IE7), the tip
is not shifted up to the top of the element being tipped to allow the
full tip content to be visible.

Instead, the tip displays below the fold; some content is below the
visible portion of the browser window.  Due to our development
environment, I can't post a public accessible URL, but I can provide
whatever code samples might help.  Here is the basic skeleton of how
the page is setup:

<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.dimensions.js"></script>
</head>
<body>
<table>
<tr><td class="sricon"><a href=""><img src="" rel="http://ajaxurl/goes/
here" /></a></td></tr>
</table>
<script type="text/javascript" src="/js/jquery.cluetip.js"></script>
<script>$(document).ready(function() { $('td.sricon
img').cluetip({showTitle: false, positionBy: 'mouse'}); } );</script>
</body>
</html>

Cheers.

- Luis

Reply via email to