Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Anthony Hind
Anthony Hind
5,715 Points

Sliding products using CSS

OK please take a look at http://leica-iconstruct.com you will see that we have three rows of products below the main image slider we create them using a feature built into an E commerce framework called lemonstand,

Has anybody got any tips on how I could display a sliding feature using the display hidden technique or if there is an easier way what i was thinking is that if we created our new products and included 8 products but only showed four of them until the user was to slide them along to view more?

I may be a little over my head here but who knows :) please ignore the site content it is just in the demonstration mode for the time being!!!

Hi Anthony,

The link is broken.

3 Answers

Anthony Hind
Anthony Hind
5,715 Points

Sorry just uploading the site again made some amendments my bad will be back on again soon :)

Pedro Baumann
Pedro Baumann
12,815 Points

I would do it with jQuery to do It the way you want to. You can hide the extra content with overflow: hidden and then code a sliding button with jQuery.