Quote:
Originally Posted by Marcin1
I'd be grateful. I've been struggling on this for few hours... Slidebox situated on left side.
|
I havent included the viewing conditionals and this code with the fbslide3 displays as I posted previously.
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(function (){
jQuery(".s_likebox").hover(function(){
jQuery(".s_likebox").stop(true, false).animate({left:"0"},"medium");
},function(){
jQuery(".s_likebox").stop(true, false).animate({left:"-250"},"medium");
},500);
return false;
});
</script><style type="text/css">
.s_likebox {
float:left;
width:289px;
height:590px;
background: url(images/fbslide3.png) no-repeat !important;
display:block;
left:-250px;
padding:0;
position:fixed;
top: 30px;
z-index:1002;
}
div.likeboxwrap {
margin-top:-8px;
margin-left:-48px;
background: #f7f7f7;
width:246px;
height:592px;
overflow:hidden;
}
div.likeboxwrap iframe {margin:-0px}
</style>
<div class="s_likebox"><div style="color: rgb(255, 255, 255); padding: 8px 5px 0pt 50px;"><span><div class='likeboxwrap'>PUT YOUR IFRAME CODE HERE</div> </span></div></div>