TITOLO Menu che segue lo scorrere dello schermo
OGGETTO CSS per un menu a scorrimento
<head>
<style>
#menu {
position: fixed;
right: 0;
top: 50%;
width: 8em;
margin-top: -2.5em;
border: 1px solid #000;
background-color:#ffffff;
}
</style>
</head>
<body>
<ul id=menu>
<li><a href="#L384">Section 1</a>
<li><a href="#details">Section 2</a>
<li><a href="#FAQ">Section 3</a>
</ul>