here you go, the right menu always stays in view on scrolling down the window
<html>
<head>
<title>The Floater</title>
<script type="text/javascript">
window.onload = function()
{
document.body.onscroll = function()
{
document.getElementById("M
}
}
</script>
</head>
<body>
<div id="Menu" style="position:absolute;r
<ul>
<li><a href="#">Menu Item 1</a></li>
<li><a href="#">Menu Item 2</a></li>
<li><a href="#">Menu Item 3</a></li>
<li><a href="#">Menu Item 4</a></li>
</ul>
</div>
<a href="#" style="height:100px;width:
<a href="#" style="height:100px;width:
<a href="#" style="height:100px;width:
<a href="#" style="height:100px;width:
<a href="#" style="height:100px;width:
<a href="#" style="height:100px;width:
<a href="#" style="height:100px;width:
<a href="#" style="height:100px;width:
<a href="#" style="height:100px;width:
<a href="#" style="height:100px;width:
</body>
</html>
Main Topics
Browse All Topics





by: REA_ANDREWPosted on 2007-01-15 at 05:55:41ID: 18316108
this is javascript which you need.
I will code you a quick example to show you an example. 2 minutes