Hi Karl,
thanks for quick response!

Yes, I noticed that it was too few divs, specially since I needed
several layers for background, tried to add a outer-inner div between
the outer and inner one, but it only resulted in the whole thing
disappearing beneath the title..

In my case, if it helps, I can manage with arrows at the top and
bottom only, using the bottomTop property.
Also I need the sticky feature, so that I can use links inside, but i
need the tip to disappear by itself. I see that you can use the
"onmouseout" event, that is great, but i also need a way for the tip
to disappear when the user haven't yet hovered over the tip itself.
Some sort of timer function, where the user hovers a link, and can
click in the tip to do some stuff, but if not, the user can read on,
and the tip disappears without any more disturbance.. is this possible
using the hoverIntent?

- johnsverre

On 2 Nov, 20:56, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> Hi John
>
> Actually, you can't have arrows with the rounded-corners theme. The
> arrows option just sets the background-position property of <div
> id="cluetip"> so that the background image for whatever image is
> specified in the stylesheet. This conflicts with the position set for
> that div's background image which is used for one of the rounded
> corners.
>
> This problem is no doubt due to a really bad decision on my part. I
> didn't think through enough how people might want to mix and match
> design elements, and as a result I didn't include enough divs as
> "hooks" for the theming.
>
> I'm going to have to rethink the way all of this is handled. I'm
> sorry for the inconvenience this may have caused.
>
> --Karl
> _________________
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> On Nov 2, 2007, at 1:27 PM, johnsverre wrote:
>
>
>
> > Hello!
>
> > I finally ended up with cluetip for my needs, but have been sitting
> > here the whole day trying to figure out how to use arrows and rounded
> > corners (in need of 4 backgrounds + 1 arrow at the same time). Any
> > ideas on the approach?
>
> > tried to modify the rounded-template, but sides keep disappearing etc
>
> > - John Sverre

Reply via email to