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 trialloiclebunetel
4,184 Pointspreview does not work in CSS Foundation Challenge list-styles
The preview doesn't work for the background image of the list items.
4 Answers
loiclebunetel
4,184 PointsActually it's ok. This is because the formulation is a little confuse. It's about an image inside the img folder so the good code sould be background-image: url('./img/...'); But for this challenges you must consider that the img folder is at the same level with the css folder which is not the case usually so the code here is url('img/...');
Dustin Matlock
33,856 Pointsloic, can you try copying your code to a clipboard and refresh the page? Sometimes that clears up the problem.
loiclebunetel
4,184 PointsNo it doesn't work : (
Dustin Matlock
33,856 PointsIf you think you've tried everything on your end, maybe try asking support to see what's going on.
loiclebunetel
4,184 Pointsok thanks it's done.