Sliding menu using jQuery and ScrollTo
Recently I created a sliding menu for a project using jQuery and ScrollTo functions. See demo: Slider Menu We can use the jQuery function $(“.menubar”).scrollTo(id_of_element) to scroll any scrollable area to a particular location. The idea behind every smooth sliding is using scroll function with overflow:hidden mode. You can download the source code from : [...]
