Шиповник
Объявление
<table width="100%" border="1" cellspacing="25">
<tr>
<td width="33%" align="center" style="font-family:Arial Narrow"><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" style="font-family:Arial Narrow"><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" style="font-family:Arial Narrow"><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>
<tr>
<td width="33%"><div align="center" style="font-family:Arial Narrow">Новости</div><br>
<p align="center" style="font-family:Georgia">текст </p></td>
<td width="34%"><div align="center"><img src="ссылка на картинку"></div></td>
<td width="33%"><div align="center" style="font-family:Arial Narrow">Погода</div><br>
<p align="center" style="font-family:Georgia">текст </p></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>