Админка ролевой
Объявление
<table width="100%" border="1"> <tr> <td width="33%"><div align="center">Приветствие</div><br> <p align="center">текст </p></td> <td width="34%"><div align="center">Администрация</div><br> <p align="center">текст </p></td> <td width="33%"><div align="center">Реклама</div><br> <p align="center">текст </p></td> </tr> <tr> <td width="33%" 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="34%" 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="33%" 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> </tr> </table>
HTML-верх
<style> div .splLink {width: 150px; height: 25px; font-weight: bold; background: transparent; } .spll {width: 140px; height: 20px; } .spll div .splCont {height: auto; width: 180px; padding: 5px; z-index: 1000; border: 1px solid #002000; font-size: 12px; background: #; font-family: Georgia; text-align: center; color: #020000; } </style>
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>