> Great plugin. It can be used in many place. Especially for long list
> or documents.
>
> A further question.
>
> How far is it from onclick to onhover? Hover-in/hover-out, to show/
> hide the target, can this be done?

thanks!

'onhover' is not that simple, as there is no mouse event of that name!
We do have  a 'hover' css pseudoclass, but the javascript events for
hover effects are two; onmouseover and onmouseout. so if you use the
mouse cursor over some object, 'onmouseover' is happening, and can be
used to trigger a javascript function. If you move th ecursor off the
object 'onmouseout' is occuring and can be used to trigger some
function as well. For the hover effect we need both, and to
incorporate that into the toggle script is not so easy, but perhaps
doable.

So, now you heard more than you wanted about this!

Cheers,
Hans

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to