Howdy, I'm seeing something I never thought I'd see- positioning works correctly in IE and not in FF (as far as I can tell)!
I'm attempting to use positionBy:'fixed' because I want the tip to appear in the same position relative to the referring link. The links are large thumbnails, and I'm using jCarousel. Basically I'm looking for the tip to appear overlapping the top right corner of each image. I've switched the insertionElement to .jcarousel-container- horizontal, and have a leftOffset of -100. This works fine when I don't have anything cached- the tip appears where I'd expect it to. However, refreshing the page without clearing the cache adds lots of pixels to the css left property. For instance, the first time I load the page <div id="cluetip"> has a left property of 169px. If I refresh without clearing the cache, this jumps to 370px. This occurs with every referring link on the page, and occurs regardless of the value set for leftOffset (even with 0 or the default 15). Thanks, John