I have a div that contains images and has an overflow, it happens that by default the browser gives the scroll bar and I want it to have the buttons forward and back.
as I have it:
as I want it:
How do I add the buttons?
Setting the overflow: hidden property hides the scrollbars but also prevents items from being displayed outside the container space. First assess if you really need that overflow, and if so place the buttons on the sides within the space of the container. Without code I do not see what the problem is, you could always place them with absolute positions and the relative container.