thanks mike. my hover area is about 400x300px in size so accidental
show/hides shouldn't be an issue. but I'll keep the hoverintent plugin
in the back of my head shoud it ever become one.

On 8 mei, 17:23, "Michael Geary" <[EMAIL PROTECTED]> wrote:
> Sure, use $('p',this) where you have $(this.'p').
>
> Once you get it working, though, you may find yourself in a situation where
> paragraphs get hidden and shown rather unexpectedly. Suppose you have one of
> your paragraphs expanded and you now move the mouse over the next heading
> below that. What order will things happen in now? It may happen that the
> original paragraph gets collapsed first, which means the mouse may now be
> over a *different* heading than the one it was over after you moved it.
> Which one will be expanded? Maybe the one you want, maybe not.
>
> You may want to try the hoverintent plugin to help avoid this. I'm not
> saying it's a silver bullet, but it may do better than the raw hover method.
>
> -Mike
>

Reply via email to