در css توسط postion :fixed; میشه . مثال :
<html>
<head>
<style type="text/css">#divf{position:fixed;background-color:blue;}
</style>
</head>
<body>
<div id="divf"> I'm fixed! </div>
<p> Scroll... </p><p> Scroll... </p><p> Scroll... </p><p> Scroll... </p><p> Scroll... </p><p> Scroll... </p><p>...