I recently developed a webpage with horizontal scrolling functionality using this resource.
Now, I am attempting to add a menu bar that will scroll left to a specific div when clicked. Here is my code:
<!DOCTYPE html>
<html>
<head>
// Code for page header, styles, and scripts
</head>
<body>
// Code for menu bar links and page content sections
// JavaScript for handling hover effects and scrolling
// jQuery script for horizontal scrolling functionality
// jQuery script for smooth scrolling when clicking on menu links
</body>
</html>
However, I am facing issues with the link not working when clicked. Can someone please assist me?
Additional details here