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...
<a class="livedemolink" target="_blank" rel="nofollow" href="http://demo.gavick.com">Live Chat</a>
.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;
}