ЛАДНО как сдела, чтобы задвигалось по клику на кнопк у, а не по на территории? копнка, где написао "БЫСТРЫЙ ДОСТУП".
<div id="P1" class="m1" style="
left:0;
z-index:1000;
top:160px;
margin-left:-284px;
position:absolute;
">
<div id=go3 style="
width:311px;
height:416px;
background-image: url(http://uploads.ru/i/O/H/9/OH9kF.gif);
">
<span id="tartar4"
style="float:right;
width:31px;
height:256px;
border:red 1px solid;
"></span>
<!-- БЛОК КОНТЕНТА-->
<div class="mycontent radiys shadow" style="
color:#F3AC3A;
border:#FBAF5F 1px solid;
z-index:100;
padding:12px 45px;
width:170px;
height:354px;
margin-top:20px;
margin-left: 11px;
position:absolute;
">
<style>
.radiys {
border-radius:9px;
-webkit-border-radius:9px;
-khtml-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
}
.shadow {
box-shadow: 0px 5px 18px #000;
-webkit-box-shadow:0px 5px 18px #000;
-khtml-box-shadow:0px 5px 18px #000;
-moz-box-shadow:0px 5px 18px #000;
}
.mycontent p a{
font-size:14px;
color:#EA903F;
display:block;
text-shadow:#000 1px 1px 1px;
}
</style>
<p style="
line-height:200%!important;
display:block!important;
margin-top:10px;
margin-left:15px;
text-align:left;
"><!--Tут Ссылки - Можно добавлять - Переставлять очередность-->
<a href="http://rolaponaruto.rolka.su/pages/narutochat">Чат</a>
<a href="" alt="#navpm a">Почта</a>
<a href="" alt="#navprofile a">Профиль</a>
<a href="" alt="#navindex a">Главная страница</a>
<a href="http://rolaponaruto.rolka.su/viewforum.php?id=9">Технический раздел</a>
<a href="http://rolaponaruto.rolka.su/viewforum.php?id=16">Магазин Ниндзя</a>
</p>
</div><!--//End/БЛОК КОНТЕНТА-->
</div></div>
<script>
$("#tartar4").click(function(){
$("#P1.m1").animate({ marginLeft:"-7px"},550,"swing",function(){
$("#P1").toggleClass("m1");
$("#P1").toggleClass("m2");
return false;});
$("#P1.m2").animate({ marginLeft:"-284px"},550,"swing",function(){
$("#P1").toggleClass("m2");
$("#P1").toggleClass("m1");
return false;});
});
$(document).ready(function() {
$("#go3 .mycontent p a").each(function(){
if($(this).attr("href")==""){
l=$($(this).attr("alt")).attr("href");
if(l==undefined){$(this).replaceWith("");return;}
else{$(this).attr("href",l)}
}
});
});
</script><span id="tartar4"
style="float:right;
width:31px;
height:256px;
border:red 1px solid;
"></span>
Строку красным можно удалить
