а я видал на одном сайте mybb он сделал с боку типо мини чат
Может так:(в HTML низ
<!--начало кода сворачивания чата-->
<div style="position: fixed; bottom: 1px; right: 1px; /*opacity: 1*/; z-index: 1000;"><!--ЧАТ-->
<div id="chat" style="display: none;">
<table style="border: 1px solid gray; background: none repeat scroll 0% 0% rgb(0, 0, 0);" border="0" cellpadding="0" cellspacing="0" width="300">
<tr>
<td style="background: none repeat scroll 0% 0% rgb(0, 0, 0); text-align: center; border-top: 1px solid gray;"><!-- BEGIN CHAT -->
Тут код Вашего чата
<!-- END CHAT --><table border="0" cellpadding="1" cellspacing="1" width="100%">
<tr>
<td width="206"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div onclick="$('#chat').slideToggle(2000)" style="float:right;height: 22px; width: 298px; border: 1px solid gray; background: none repeat scroll 0% 0% #793B2C; margin-top: 1px;">
<div style="margin-top: 4px; text-align: center;"><img src="http://savepic.ru/2041767.jpg" border="0" height="23" width="100" style="margin-top: -5px;">
</div>
</div>
</div><!--Конец сворачивания чата-->
Отредактировано Deff (Пт, 28 Янв 2011 12:18:22)