Hi Gavick Team,
Just a curiosity. Which plugin are you using for your chat & Live demo button. Is a 3rd part extension or is home made?
Thanks in adv,
Enrico
<a class="livechatlink">Live Chat</a>
.livechatlink {
transition: background 0.2s ease-out 0s, color 0.15s ease-out 0s;
background: url("livechat.png") no-repeat scroll 0 34px transparent;
bottom: 0;
display: block;
height: 84px;
position: fixed;
right: 24px;
text-indent: -9999em;
width: 180px;
}
.livechatlink:hover {
background-position: 0 0;
height: 83px;
}