"Chat with live agent" popup window drops from the top in asp.net
This one site in particular Total Training Online
has a popup windo开发者_如何学Pythonw that drops from the top of the screen on the right side. How can I create that in asp.net c# 2008?
Here's a jquery plugin that allows you to achieve this effect very easily:
$(function() {
$('#someFloatingDivId').makeFloat({ x: 'current', y: 'current' });
});
I don't see that effect on the page you linked to, or a link that says anything about "chat with live agent".
Regardless, I would start by trying to find a jQuery plugin that gets the desired effect. Just hit up google, practically everything under the sun has a free jQuery plugin now.
精彩评论