Обещанный в статье
Как сделать плавающую кнопку Mibew Messenger для Prestashop
код. Хотел было засунуть все это в раздел форума, посвященный Prestashop, но ведь данное решение необязательно именно для престы... движок в данном случае неважен,
float button вполне отработает на любом web-сайте.
Итак, стили могут быть примерно такими:
Code:
<div style="
bottom:0;
display:block;
height:65px;
left:0;
position:fixed;
text-align:right;
width:100%;
z-index:999;
cursor:hand;"><a href="/mibew/client.php?locale=ru" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('/mibew/client.php?locale=ru&url='+escape(document.location.href)+'&referrer='+escape(document.referrer), 'mibew', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="/mibew/b.php?i=mblue&lang=ru" border="0" width="177" height="61" alt=""/></a><!-- / webim button -->