LeeLoo
попробуйте так - не знаю бред конечно, но раз вы хотите...
Код:<table width="850" height="425" border="0" background="http://s012.radikal.ru/i320/1012/e6/13fdcb3f0336.jpg"> <tr> <td width="570" height="238"> </td> <td width="150"> </td> <td width="116"> </td> </tr> <tr> <td height="34"> </td> <td align="center"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> <font color="#FFFFFF">Выплывающее окно 1</font> </div> <DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV> </div></td> <td> </td> </tr> <tr> <td height="42"> </td> <td align="center"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> <font color="#FFFFFF">Выплывающее окно 2</font> </div> <DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV> </div></td> <td> </td> </tr> <tr> <td height="26"> </td> <td align="center"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> <font color="#FFFFFF">Выплывающее окно 3</font> </div> <DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст выплывает</DIV></DIV> </div></td> <td> </td> </tr> <tr> <td height="73"> </td> <td> </td> <td> </td> </tr> </table>
Код:<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>
Код:<style> div .splLink {width: 130px; height: 25px; font-weight: bold; background: transparent; } .spll {width: 150px; height: 20px; } .spll div .splCont {height: auto; width: 200px; background-image: url("http://s55.radikal.ru/i147/0907/71/d3df3ac055f4.png"); padding: 5px; z-index: 1000; border: 1px dotted #020000; font-size: 10px; text-align: center; color: #FFFFFF} </style>










