I have a website with a left menu on it.
I want to make this menu stay in the same position, even when resizing the website, by applying position:fixed;
in CSS. Also, I would like the menu to increase the font size of the "contact" link inside an
<li><a href="#">Contact</a></li>
element when scrolling to a specific section, such as the contact section.
Does anyone know of a plugin or tutorial that can help achieve this effect?