Mibew Messenger Community

General => Support => Topic started by: acherwinski on March 01, 2016, 03:32:55 PM

Title: Hi Lite Button State
Post by: acherwinski on March 01, 2016, 03:32:55 PM
Is there code or some trick that would allow the Chat buttons to have a mouse over highlight state?
Title: Re: Hi Lite Button State
Post by: scalior on March 02, 2016, 06:10:11 AM
Hi,

Changing the state of the button on a mouseover event may be difficult given that the button itself is an image. However, you could wrap the button in a div and use some css or javascript to change to the container color or border.

Disclaimer:
These are some random ideas from someone who knows the concepts of css & javascript but is not a web developer. I am simply stirring up the discussion by throwing out some suggestions.

Eyong
Title: Re: Hi Lite Button State
Post by: acherwinski on March 03, 2016, 03:47:55 PM
Thanks EYong, I will suggest this to my web developer. I have the Mibew button graphically designed for two states (mouse rolllover) and perhaps that can be worked into the code so the alternative button image is called.
If I get it to work I will post the solutions.