Using Jquery To Add Scrolling To A Flat Ul List October 27, 2023 Post a Comment I have this UL list: HomeCopyhttp://jsfiddle.net/mblase75/HhecV/This won't make the list scrollable, but it will make the entire page scrollable. To make just the list scroll horizontally, add overflow:auto:LI { display:inline-block; list-style:none; } UL { white-space: nowrap; overflow: auto; } Copyhttp://jsfiddle.net/mblase75/HhecV/2/ Share Post a Comment for "Using Jquery To Add Scrolling To A Flat Ul List"
Post a Comment for "Using Jquery To Add Scrolling To A Flat Ul List"