Mouse over a layout block

How do I change the color of a layout block when the mouse hovers over it (mouse over)? If I need to create a JavaScript script, what should it say?

I guess just with popup

Thanks Selçuk. I first thought of a small javascript code, particularly because I placed many layout blocks on my page.

1 Like

It can also be done by giving the same id to layout blocks and using CSS.

Thank you, Selçuk. It works perfectly.

1 Like