hier mein code ist noch rechts :
<div id="teamspeak_slider" class="teamspeak_slider" style=" right: 0px; width: 40px; position: fixed; top: 100px; background: url(include/images/ddteamspeakslider/bar.png); repeat scroll 0% 0% transparent; height: 500px; z-index: 999;" >
<div style=" margin-top:20px; margin-left:47px; text-align:left;">
<iframe name="tsviewer" allowtransparency="true" width="245" height="460" frameborder="0" style="border:0px solid #;" scrolling="auto" src="http://www.tsviewer.com/ts_viewer_pur.php?ID=935181&bg=transparent&type=8f8f8f&type_size=11&type_family=1&info=1&channels=1&users=1&type_s_color=000000&type_s_weight=bold&type_s_style=normal&type_s_variant=normal&type_s_decoration=none&type_s_color_h=525284&type_s_weight_h=bold&type_s_style_h=normal&type_s_variant_h=normal&type_s_decoration_h=underline&type_i_color=000000&type_i_weight=normal&type_i_style=normal&type_i_variant=normal&type_i_decoration=none&type_i_color_h=525284&type_i_weight_h=normal&type_i_style_h=normal&type_i_variant_h=normal&type_i_decoration_h=underline&type_c_color=000000&type_c_weight=normal&type_c_style=normal&type_c_variant=normal&type_c_decoration=none&type_c_color_h=525284&type_c_weight_h=normal&type_c_style_h=normal&type_c_variant_h=normal&type_c_decoration_h=underline&type_u_color=000000&type_u_weight=normal&type_u_style=normal&type_u_variant=normal&type_u_decoration=none&type_u_color_h=525284&type_u_weight_h=normal&type_u_style_h=normal&type_u_variant_h=normal&type_u_decoration_h=none"></iframe>
</div>
</div>
<script type="text/javascript">
var state = 0;
var wait = false;
function changeSlider()
{
if(state==0){
$('#teamspeak_slider').animate({width: 40 }, "slow", function(){});
}
else
$('#teamspeak_slider').animate({width: 300 }, "slow", function(){});
wait = false;
}
$('#teamspeak_slider').mouseenter(function(event){
if(state==0)
{
state =1;
changeSlider();
wait = true;
setTimeout('changeSlider();',2000)
}
if(wait)
state = 1;
})
$('#teamspeak_slider').mouseleave(function(){
state = 0;
if(!wait)
changeSlider();
});
</script>
betroffene Homepage: blackopsclan.bplaced.net/


