Right edge tooltips are not appearing on left side of element
June 14, 2008 - 1:03am — slijtan
',
arrows: true,
sticky: true,
mouseOutClose: true,
showTitle: false
});
| Project: | clueTip - flexible, enhanced tooltip |
| Version: | 0.9.8 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active (needs more info) |
Jump to:
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
| Attachment | Size |
|---|---|
| Screenshot_0.png | 812.16 KB |
Comments
#1
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!