1.
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> #facebook
{
padding: 0px;
width: 200px;
position: fixed;
margin-top: -100px;
left: 0px;
top: 50%;
margin-top : -200px;
top : 50%;
}
.facebook
{
background: url('./img/facebook.png') no-repeat;
display: block;
height: 96px;
text-indent: -9999px;
width: 33px;
cursor:pointer;
position: absolute;
right: -33px;
top: 10px;
}
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/TWOJASTRONA&width=200&show_faces=true&border_color&stream=false&header=false&height=363" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:363px; background:#FFF; margin-top:10px;" allowTransparency="true"></iframe> <script type="text/javascript"> jQuery.noConflict();
jQuery(function(){
jQuery("#facebook").css("left","-200px");
jQuery(".facebook").toggle(function(){
jQuery("#facebook").animate({left: "0px"}, 500 );
jQuery(this).addClass("facebook_close");
return false;
},
function(){
jQuery("#facebook").animate({left: "-200px"}, 500 );
jQuery(this).removeClass("facebook_colse");
return false;
});
});
2.
Kod
<a href="#" target="_blank">asdf</a>