Can anyone help with a solution to my problem illustrated in the image?
I am dealing with a DIV element of fixed height that contains a List. I need this List to display as columns, each list item having a fixed width. If there are too many elements in the Div tag, it should be able to scroll horizontally. The number of columns and elements is not consistent and needs to work in older Browsers.
Is there any HTML/CSS solution available for this issue?