[jQuery] Re: clueTip width question

2008-03-31 Thread ajobe
That throws scroll bars on it. Without this the content flows outside of the window. Guess is can't be done? On Mar 31, 3:25 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Unfortunately, you can't just have the width be "auto",  because of   > the order in which the positioning is calculated.

[jQuery] Re: clueTip width question

2008-03-31 Thread Karl Swedberg
Unfortunately, you can't just have the width be "auto", because of the order in which the positioning is calculated. If you don't have one set, it defaults to 275px, or something like that. You might want to try setting #cluetip-inner to overflow: auto; in the stylesheet. That might help