jQuery: The Write Less, Do More JavaScript Library

Right edge tooltips are not appearing on left side of element

Project:clueTip - flexible, enhanced tooltip
Version:0.9.8
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active (needs more info)
Description

In the example @ projectmichelle.com/wall, when you hover over an icon on the right side of the mosaic the tooltip extends to the right instead of appearing on the left. Here is my tooltip setup code:

$.cluetip.setup({
insertionElement: '#content'
});

$("area.tips").cluetip({
width: 400,
height: 300,
topOffset: 20,
leftOffst: 30,
cluetipClass: 'projectmichelle',
closeText: '

<?php
= image_tag "cluetip/cross.png", :alt => "close"
?>
',
arrows: true,
sticky: true,
mouseOutClose: true,
showTitle: false
});

Any help would be appreciated!

Thanks,
Lijen

AttachmentSize
Screenshot_0.png812.16 KB

Comments

#1

Status:active» active (needs more info)

Hi there,

I just tested this using Firefox 3 and Safari 3, but I didn't see the problem you reported. Would you mind giving me some more information on what browser/platform you're using when you see the problem with the tooltips appearing off the right side of the viewport? Thanks!