Joomla Plugin

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Aug 09, 2012 9:10 am
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
User avatar
Gold Boarder

teitbite
Fri Aug 10, 2012 10:15 am
Hi

To be honest I do not know, but it doesn't look complicated to make it.

HTML:

Code: Select all
<a class="livechatlink">Live Chat</a>


CSS:

Code: Select all
.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;
}
User avatar
Moderator


cron