как так сделать чтобы при нажати, выскакивал допустим текст (в даном случае мини-чат)?
Как сделать чтобы при нажимании выскакивл чат в HTML-низе? <
Сообщений 1 страница 5 из 5
Поделиться22011-02-24 21:07:25
как так сделать чтобы при нажати, выскакивал допустим текст (в даном случае мини-чат)?
<!--начало кода сворачивания чата-->
<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="600">
<tr>
<td style="background: none repeat scroll 0% 0% rgb(0, 0, 0); text-align: center; border-top: 1px solid gray;">ТУТ КОД ЧАТА
<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: 400px; 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><!--Конец сворачивания чата-->
Поделиться32011-02-25 19:35:36
эм... вам конечно спасибо... но я не так имела ввиду. а Форме ответа чтобы была типо значка "ЧАТ", а при нажатии он выскакивал... можно так?))
Поделиться42011-02-25 22:00:42
Tamu Чуть поправил Уже вместе с Вашим кодом
<!--начало кода сворачивания чата--> <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="500"> <tr> <td style="background: none repeat scroll 0% 0% rgb(0, 0, 0); text-align: center; border-top: 1px solid gray;"> <div id="cboxdiv" style="text-align: center; line-height: 0"> <div><iframe frameborder="0" width="500" height="260" src="http://www2.cbox.ws/box/?boxid=2118901&boxtag=t907bj&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#ababab 1px solid;" id="cboxmain"></iframe></div> <div><iframe frameborder="0" width="500" height="75" src="http://www2.cbox.ws/box/?boxid=2118901&boxtag=t907bj&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#ababab 1px solid;border-top:0px" id="cboxform"></iframe></div> </div> <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: 400px; 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 (2011-02-25 22:01:27)
Поделиться52011-02-26 17:54:52
всё тоже самое...