mouse-over lightbox triggering

Hi Folks,

Is there an action out there that will allow me to assign a mouse-over to initiate a lightbox-type popup window? I’m currently using ScriptyLightbox2, and don’t see a method of assigning mouse-over as the activator.

Any help appreciated!

Thanks,
John


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

One of the design goals for ScriptyLightbox2 was feature parity between iOS browsers and desktop browsers. There is no mouse, and no mouseover event, on iOS browsers, so that pattern isn’t available to you in the Action. You could do something with Target Show/Hide layer, and rely on the fact that a tap in iOS on an element that has an onmouseover handler (and no other handler) defined will trigger the onmouseover event handler. But also realize that this “shim” might be removed at any time. I have heard rumblings to that effect, that this may not continue work in future versions of iOS.

Walter

On Oct 15, 2012, at 3:31 PM, johnnylion wrote:

Hi Folks,

Is there an action out there that will allow me to assign a mouse-over to initiate a lightbox-type popup window? I’m currently using ScriptyLightbox2, and don’t see a method of assigning mouse-over as the activator.

Any help appreciated!

Thanks,
John


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options