In the process of creating a website, I have come across the task of designing a dedicated webpage that showcases 11 key elements representing the core values of the company. Each element comes with its own detailed description. The website layout includes a menu bar at the top, a side bar on the left, and the main body content on the right.
Initially, my idea was to display the elements in the side bar and have the corresponding descriptions appear on the right when clicked (using javascript). However, feedback from customers suggested that this design might confuse users as they would constantly need to scroll up and down to access the information for each individual element. Additionally, there were concerns about the flow of navigation - how would users know which element corresponds to which description?
With these considerations in mind, I am seeking advice on the best way to structure this page. Should I implement a specific CSS layout, utilize JavaScript or incorporate a jQuery plugin (please specify the name of the plugin if applicable)?