There is not much to this plugin. Simply set the HTML Element, ID or Class of the element that is to be stuck to the top in the stick-o-matic options page under Navigation Menu Element and BLAMO, you are done.
Navigation Menu Element
The navigation element be stuck to the top of the page on page scroll. By default the target element is #navbar
however any HTML Element, Class or ID.
Element
The only example we can think of here would be the nav
container.
Class
Classes are defined in the element using the class=”class_name” and are defined using a dot that precedes the class name: .class_name
ID
An element ID is defined using the id=”id_name” and can be targeted using a hash before the id name: #id_name