← Desenvolvimento

Código Movel

Lida 1409 vezes

Offline

Luizi 
Membro
Mensagens 522 Gostos 2
Feedback +3

Troféus totais: 26
Trófeus: (Ver todos)
Apple User Mobile User Windows User Super Combination Combination Topic Starter Poll Voter Level 4 Level 3 Level 2

Boa Noite,

Estou a estudar uma estruturação do sistema LiveZilla na minha loja, mas estou com alguns problemas. Todas as formas que estou a tentar meter o código, ele fica fixo, sem qualquer tipo de iteração com os clientes / visitantes.

Se abrir-mos o seguinte site ( http://www.tetoonline.com/pt/ ), podemos observar que no lado direito existe um pequeno logo do live chat. Ao subir e descer a página, este continua a acompanhar o browser (incluindo mudança de páginas)...

O código do LiveZilla é o seguinte:
Código: [Seleccione]
<!-- http://www.LiveZilla.net Chat Button Link Code --><a href="javascript:void(window.open('http://sexyspot.com.pt/suporte/chat.php','','width=590,height=580,left=1,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"><img src="http://sexyspot.com.pt/suporte/image.php?id=01" width="191" height="90" border="0" alt="LiveZilla Live Help"></a><noscript><div><a href="http://sexyspot.com.pt/suporte/chat.php" target="_blank">Start Live Help Chat</a></div></noscript><!-- http://www.LiveZilla.net Chat Button Link Code -->
Existe possibilidade de colocar o mesmo código móvel?
Seguindo os visitantes pelo site...

Cumprimentos
Luizi
Offline

Pedro Lopes 
Beta tester
Mensagens 3568 Gostos 18
Feedback +6

Troféus totais: 32
Trófeus: (Ver todos)
Level 6 Windows User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3

CSS:

#chat {
 position: fixed;
 bottom: 0px;
 right: 20px;
}