Is it feasible to incorporate both horizontal and vertical scrolling on a website using anchor tags?
I recently created a website with horizontal scrolling for each main page. Within some of these main pages, there are subsections that I would like to have scroll vertically with a top sub menu.
I understand that JavaScript will be necessary for this task, but I am unsure about how to differentiate between horizontal scrolling for the main pages and vertical scrolling for the subsections within the main pages in the function.