Click here to Skip to main content
15,921,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I want to display different file icons (as thumbnails) in one line and i want to use right and left buttons to scroll and not the default ones.

Please help.

I suggest that I create a <div> and inside it a <ul> and <li> with a cs to be displayed in one line but how to do my scroll bar?

Thanks
Posted
Updated 15-Jan-12 5:33am
v2

1 solution

you can set the overflow:hidden via css to the ul element.

you can create 2 link (or 2 element if you prefer) and with javascript you can change the scroll of the element.

or you can use a jquery plugin like one among theese : <a href="http://www.net-kit.com/jquery-custom-scrollbar-plugins/">10 jQuery Custom Scrollbar Plugins</a>[<a href="http://www.net-kit.com/jquery-custom-scrollbar-plugins/" target="_blank" title="New Window">^</a>]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900