[Table]В страницы сайта: После </head>[/Table]
Code
<script type="text/javascript" src="http://game-p0rtal.ru/js/jquery.easing.js"></script>
<script type="text/javascript" src="http://game-p0rtal.ru/js/jquery.sweet-menu-1.0.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#backMenu').sweetMenu({
top: 40,
padding: 8,
iconSize: 48,
easing: 'easeOutBounce',
duration: 500,
icons: [
'GameLose.Ru'
]
});
$('#exampleMenu').sweetMenu({
top: 200,
padding: 8,
iconSize: 48,
easing: 'easeOutBounce',
duration: 500,
icons: [
'/BB/7.png',
'http://gamelose.ru/Other/Other/comments.png',
'http://game-p0rtal.ru/BB/7.png',
'http://gamelose.ru/Other/Other/male_user.png',
'http://gamelose.ru/Other/Other/yellow_mail.png',
'http://gamelose.ru/Other/Other/computer.png' ]
});
});
</script>
<style type="text/css">
.sweetMenuAnchor{
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
color: #000000;
font-size: 24px;
font-weight: bold;
text-align: right;
text-transform: uppercase;
font-family: arial;
text-decoration: #000000;
background-color: #333333;
opacity: 0.6;
}
.sweetMenuAnchor span{
display: block;
padding-top: 8px;
}
</style>
<ul id="backMenu">
</ul>
<ul id="exampleMenu">
<li><a href="/forum/56"><font color="#999999">Набор персонала</font></a></li>
</ul>