Page 1 of 1

attach an EVENT to a ROLLOVER IMAGE?

Posted: Tue Mar 10, 2026 6:06 pm
by jPaul
Hi Everybody,

Still using Web Builder version 20

Can I attach an event to a rollover image. I want to use that rollover as a button to call a Dialog Popup?

Re: attach an EVENT to a ROLLOVER IMAGE?

Posted: Tue Mar 10, 2026 6:17 pm
by Pablo
And rollover image already uses events internally to implement the rollover functionality, so that why it does not support user events as it could conflict with the built-in scripts.
But technically, you can also implement a rollover using a standard image or button a using event and or transitions, then you can combine them (if you know what you are doing).