jcarousel and flow tooltip
T开发者_C百科rying to work out a problem where i need to use Jcarousel plugin along with a tooltip a simle installation of flow player jquery tooltip plugin worked but as i am in circular mode
the tooltip seems to work when we scroll from left to right but when i scroll right to left the tooltip shows up but the position is far far to the right.
Here is Js fiddle if you can help me out
it because css overflow:hidden; on jcarousel. hidden make disappear than the tooltip can be visible.
精彩评论