~Булочка~
<table width="600" height="423" border="0" background="http://i079.radikal.ru/1007/4a/7a7e940851d7.png"> <tr> <td width="207" height="242"><div style="margin:30px 0px 0px 20px; left: 79px; top: 221px; width: 185px; overflow: auto; height: 190px;">Текст </div></td> <td width="135"> </td> <td colspan="2"><div style="margin:30px 0px 0px 5px; left: 79px; top: 221px; width: 225px; overflow: auto; height: 190px;">Текст </div></td> </tr> <tr> <td height="105"> </td> <td> </td> <td width="62"> </td> <td width="178"> </td> </tr> <tr> <td><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> <div align="center"></div> </div> <DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV> </div></td> <td colspan="2"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> <div align="center"></div> </div> <DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV> </div></td> <td><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> <div align="center"></div> </div> <DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV> </div></td> </tr> </table>
верх
<style> div .splLink {width: 120px; height: 20px; font-weight: bold; background: transparent; } .spll {width: 130px; height: 20px; } .spll div .splCont {height: auto; width: 220px; background: #AAAAAA; padding: 5px; z-index: 1000; border: 2px solid #002000; font-size: 12px; font-family: Century Gothic; text-align: center;} </style>
низ
<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>