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 trialAYA AYA
5,423 Pointsthe mail and twitter icon don't appear!!! i checked my code but couldn't find the bug
the css code: .contact-info li.phone a { background-image: url('../img/phone.png'); }
.contact-info li.mail a { background-image: url('../img/mail.png'); }
.contact-info li.twitter a {
background-image: url('../img/twitter.png');
}
the html code:
<section>
<h3> Contact details </h3>
<ul class="contact-info">
<li class="phone"> <a href="tel:555-6577"> 555-6577 </a></li>
<li class="mail"> <a href="mailto: nick@exemple.com"> nick@exemple.com </a></li>
<li class="twitter"> <a href="http://twitter.com"> @nickpr </a></li>
</ul>
</section>
2 Answers
AYA AYA
5,423 PointsProblem solved :)
Carleen Hall
Front End Web Development Techdegree Student 3,158 PointsHi Aya Aya, Can you share how you solve.? I am having the same issue. I used this same method on a previous site and worked without any issue. Now! it just does not seem to work.
Charlie Figueroa
2,043 PointsCharlie Figueroa
2,043 PointsHow did solve it Aya Aya? I can't seem to get my icons to appear.
Filip Sucic
4,086 PointsFilip Sucic
4,086 PointsI got the exact same problem , any chance you can share how you resloved it?