<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script>
$().ready(function() {
var $scrollingDiv = $("#social");
$(window).scroll(function(){
$scrollingDiv
.stop()
.animate({"marginTop": ($(window).scrollTop() + 30) + "px"}, "slow" );
});
});
</script>
<style>
#social {
position: absolute;
z-index: 100;
margin: 5px 0px 0px 590px;
width: 34px;
}
</style>
<body>
<div id="social"><h1>dlasndlasdlkas dasdklash dh asdhakosdh oasdo as doa sodiasoido asd asoi</h1></div>
<div style="height:1200px;background:#999;">
</div>
</body>
No comments:
Post a Comment