Бело4ка
объявление
<table width="100%" border="1"> <tr> <td width="50%"><div style="overflow:auto; overflow-x:hidden; height:300px;" > <div align="center">Текст</div> </div></td> <td><div align="center"><img src="http://i015.radikal.ru/1103/50/467b81bea822.jpg"></div></td> </tr> </table> <table width="100%" border="1"> <tr> <td width="20%" align="center"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> Админы</div><DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV> </div> </td> <td width="20%" align="center"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> Модеры</div><DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV> </div> </td> <td width="20%" align="center"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> Погода</div><DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV> </div> </td> <td width="20%" align="center"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> Копирайт</div><DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV> </div> </td> <td width="20%" align="center"><a href="http://warriorssupport.ru/" target="blank"><img src="http://xmages.net/storage/10/1/0/a/0/upload/590a808d.gif"></a></td> </tr> </table>
HTML-низ
<script type="text/javascript" src="http://szenprogs.ru/scripts/jquery-1.3.2.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('.splLink').click(function(){ $(this).parent().children('div.splCont').toggle('normal'); return false; }); }); </script>
HTML-верх
<style> div .splLink {width: 140px; height: 25px; font-weight: bold; background: transparent; } .spll {width: 170px; height: 20px; } .spll div .splCont {height: auto; width: 180px; padding: 5px; z-index: 1000; border: 1px solid #002000; font-size: 12px; font-family: Comic Sans Ms; text-align: center;} </style>