live chat/demo module on Gavick Home Page - module?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jul 30, 2013 12:18 am
Reply with quote
Report this post
Greetings,

Are the little sliding modules for 'Live Chat' and 'Demo' on the gavick.com homepage modules available for download? I would like to use this approach to allow users to navigate similarly on a website I'm developing...
User avatar
Senior Boarder

teitbite
Tue Jul 30, 2013 4:36 am
Reply with quote
Report this post
Hi

Sorry, this is not a separated component. It's just a small code created for this purpose.

Here is an example:

HTML
Code: Select all
<a class="livedemolink" target="_blank" rel="nofollow" href="http://demo.gavick.com">Live Chat</a>


CSS
Code: Select all
.livedemolink {
    background: url("../images/new/livedemo.png") no-repeat scroll -35px 0 transparent;
    bottom: 50%;
    display: block;
    height: 180px;
    left: 0;
    position: fixed;
    text-indent: -9999em;
    transition: background 0.2s ease-out 0s, color 0.15s ease-out 0s;
    width: 84px;
}
.livedemolink:hover {
    background-position: -3px 0;
}
User avatar
Moderator


cron