I would like a precise help to make a fixed vertical menu but next to them there is a line with some circles that will indicate me in which session of the page I am however I have no idea how to arrive at this result I would like only some tips and or some examples or documentation that I can study that helps me in this menu reminding that I am also using bootstrap3. Here is the image of the menu layout:
followthecodes:
HTML:
<divid="right-menu">
<ul class="menu list-unstyled text-right">
<li><a href="#">Home</a></li>
<li><a href="#">Serviços</a></li>
<li><a href="#">Sobre</a></li>
<li><a href="#">Franquia</a></li>
<li><a href="#">Contato</a></li>
</ul>
</div>
The CSS:
#right-menu{
position: fixed;
right: 150px;
top: 30%;
.no-padding{
padding: 0;
}
.menu{
li{
margin: 10px;
}
a{
color: @white;
font-size: 1.2em;
font-weight: 400;
&:hover{
text-decoration: @link-hover-decoration;
color: @navbar-default-link-hover-color;
}
}
}
}
NOTE: I am using the Less and the menu I want and look like the site of the bootstrap side and when scrolling shows in what part is