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

HTML Build an Interactive Website jQuery Plugins Responsive Slider Plugin - CSS

Slider not working

I do not see where included in the project files is a folder images or a file sprites.png. Does not having this relative link properly set-up, make the slider not work all together? .wmuSliderPagination a { display: block; text-indent: -9999px; width: 10px; height: 10px; background: url(../images/sprites.png) no-repeat 0 -80px;

1 Answer

I figured this out. :-)