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 trialMarcel Rob
10,282 Pointstransition not working on team.html
as it was suggested in the video i've added the transitions in the other pages as well , so I copyed and pasted the link to the css , added the classes and the script tags , it works on all pages except team.html . has anyone else had this issue ?
Anthony Trischitti
12,259 PointsSame issue here and I have been double checking for typos or mis placements but cannot seem to know what is wrong as I mostly copied the links from work.html
1 Answer
Seth Kroger
56,413 PointsSame issue and found the problem. There's a typo in one of the img tags in the content causing a 404 error.
<img src="img/slide-Kitt.png" alt="" />
The file name should be all lowercase. Fixing that error fixed the transition issue.
Oliver Duncan
16,642 PointsWhy did the typo in "work.html" effect the performance of "team.html?"
Michael Cola
9,584 PointsMichael Cola
9,584 Pointsmake sure that the images that are linked don't have any typos, i.e. you don't have any broken images when you preview. I had a broken image on the Work page, fixed the typo in the <img> tag, and now all pages work.