Black Light
Код:<table width="100%" border="0"> <tr> <td width="25%"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> <div align="center"><font face="Century Gothic">Администрация</font></div> </div> <DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст</DIV></DIV> </div></td> <td width="25%"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> <div align="center"><font face="Century Gothic">Полезные ссылки</font></div> </div> <DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст</DIV></DIV> </div></td> <td width="25%"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> <div align="center"><font face="Century Gothic">Баннеры</font></div> </div> <DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст</DIV></DIV> </div></td> <td width="25%"><div class="spll"> <DIV jQuery1259073801391="4"><div class=splLink href="javscript://" jQuery1259073801391="2"> <div align="center"><font face="Century Gothic">Время в игре</font></div> </div> <DIV style="DISPLAY: none; position: absolute;" class=splCont jQuery1259073801391="5">Текст</DIV></DIV> </div></td> </tr> </table> <table width="100%" border="0"> <tr> <td width="63%" rowspan="2"><div align="center"><img src="Ссылка на картинку"></div><br></td> <td width="37%" height="203"><div align="center">Новости</div> <p align="center">Текст</p></td> </tr> <tr> <td height="185"><div align="center">Часы</div></td> </tr> </table>
Код:<style> div .splLink {width: 140px; height: 50px; font-weight: bold; background: transparent;} .spll {width: 100px; height: 70px; } .spll div .splCont {height: auto; width: 200px; background: #020000; padding: 5px; z-index: 1000; margin-top: 5px; border: 2px solid #FF9900; font-size: 12px; font-family: Century Gothic; text-align: center; color: #FF9900 } </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>











