Или някои да помогне да преработим този код. Да го центрирам от ляво искам, вместо отдясно, и да го сложа малко по-надолу.
Code: Select all
<script type='text/javascript'>
jQuery(document).ready (
function(){jQuery("#facebook_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 400); },
function(){ jQuery("#facebook_right").stop(true,false).animate({right: -454}, 400); });
});
</script>
<style>
img, a { border: 0; }
#on {visibility:visible;}
#off {visibility:hidden;}
#facebook_div {width:450px;height: 400px;overflow: hidden;}
#facebook_right {z-index: 10005;border:2px solid #3c95d9;background-color: #fff;width:450px;height: 400px;position: fixed;right: -454px;}
#facebook_right img {position: absolute;top: -2px;left: -35px;}
#facebook_right iframe {border:0px solid #3c95d9;overflow: hidden;position: static;width: 450px;height: 400px;left:-2px;top:-3px;}
</style>
<div id="on">
<div id="facebook_right" style="top: 10%;">
<div id="facebook_div">
<img src="http://otaku.bg/wp-content/plugins/sn-facebook-like/img/right.png" />
<iframe src="//www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/pages/%D0%9E%D1%82%D0%B0%D0%BA%D1%83-%D0%91%D1%8A%D0%BB%D0%B3%D0%B0%D1%80%D0%B8%D1%8F/491857794259001&width=450&height=395&colorscheme=light&show_faces=false&header=false&stream=true&show_border=false&appId=295251300676643" scrolling="yes"></iframe>
</div>
</div>
</div>
</div>