Author Topic: Hi Lite Button State  (Read 5798 times)

0 Members and 1 Guest are viewing this topic.

acherwinski

  • Full Member
  • ***
  • Posts: 18
Hi Lite Button State
« 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?

scalior

  • Global Moderator
  • Native
  • *****
  • Posts: 106
  • Serve customers on mobile. Get Wurrd for Mibew app
    • Wurrd for Mibew
Re: Hi Lite Button State
« Reply #1 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

acherwinski

  • Full Member
  • ***
  • Posts: 18
Re: Hi Lite Button State
« Reply #2 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.