I am relatively new to coding and I am looking to re-create this http://prntscr.com/e73jze which I designed in Photoshop. Could anyone give me the simplest way to make this?
Many thanks
I am relatively new to coding and I am looking to re-create this http://prntscr.com/e73jze which I designed in Photoshop. Could anyone give me the simplest way to make this?
Many thanks
2
Answers
Based on your included photo, exactly matching the styling of this design will not have a simple answer. To make a simple
<div>
with horizontally scrollable content, you could do something like this:However styling things like the scrollbar are not as simple and would require a fair amount more mark-up.
Use a div with
overflow:scroll
as a starting place to get a scrolling box and you can find a jQuery plug-in for making custom scrollbars here.Just insert your own images and style the scrollbar.