18344021528
13410722770
<script language="javascript"> | |
<!-- | |
$(window).scroll(function() { | |
var scrolltop = $(window).scrollTop(); | |
if (!$.browser.msie || $.browser.version>=7) { | |
if (scrolltop >= 800) { | |
$("#right_content").addClass("ffi").fadeIn("normal"); | |
} else { | |
$("#right_content").removeClass("ffi"); | |
} | |
} | |
}); | |
--> | |
</script> |
.ffi {
position: fixed;
top: 30px;
_position: absolute;
overflow: hidden;
_overflow: visible;
z-index: 1000;}