I have a collection of images all with the same size that I want to use for a slideshow. I would like them to be displayed in a single row, potentially wider than the window itself, and I prefer some of the pictures to extend off the screen rather than wrapping to the next line.
In the past, I achieved this layout by using a table and organizing the images within it to create the slideshow. However, I am now looking for an alternative element, such as a div with specific CSS rules, that can mimic the behavior of the table without causing any issues on my webpage.