craigsworks.com - Support Forum

Full Version: loaded ajax content using span floats - don't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Love QTip, but have one problem. When loading pages via ajax calls within qtip, anytime I'm using span floats in the loaded content, my tool tip is basically blown out. I've also tried changing the spans to divs and setting the display and float styles for the div, but same results. Any reason why floats in the loaded content seem to die (and what might be the fix)? Am I missing something out of the documentation?

thanks,
Chad
Also, let me clarify (the blowout):

the background color and the left and right border of the qtip (only where the float:left exists) are transparent.

thanks,
Chad


clightner027 Wrote:Hello,

Love QTip, but have one problem. When loading pages via ajax calls within qtip, anytime I'm using span floats in the loaded content, my tool tip is basically blown out. I've also tried changing the spans to divs and setting the display and float styles for the div, but same results. Any reason why floats in the loaded content seem to die (and what might be the fix)? Am I missing something out of the documentation?

thanks,
Chad
clightner027,

Are you using IE? Could you try adding this to the style property of your float and see what happens please?

JS Code
.floatdiv{ zoom: 1 }
Reference URL's