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
Antonis Martalis
1,506 PointsInernet Explorer isnt showing my images
Ok i made a site and it works perfect on firefox/chrome but not at IE and i cant find why! Its not loading my images at the footer any ideas??
<div id="FDIV_67"> <a href="http://academy.plaisio.gr" id="FA_68"><strong id="FSTRONG_69">PLAISIO ACADEMY</strong></a><br id="FBR_70" /> Mάθε τις νέες τεχνολογίες με απλά λόγια. </div>
CSS:
FDIV_60, #FDIV_67, #FDIV_76, #FDIV_83, #FDIV_92, #FDIV_99 {
color: rgb(48, 63, 80);
cursor: default;
float: left;
height: 50px;
text-align: left;
text-decoration: none solid rgb(48, 63, 80);
width: 135px;
border: 0px none rgb(48, 63, 80);
font: normal normal normal 11px/16px Helvetica;
margin: -18px 0px 0px 8px;
outline: rgb(48, 63, 80) none 0px;
}
FA_68 {
color: rgb(0, 0, 0);
text-align: left;
text-decoration: none solid rgb(0, 0, 0);
border: 0px none rgb(0, 0, 0);
font: normal normal normal 12px/20px Helvetica, Arial, sans-serif;
outline: rgb(0, 0, 0) none 0px;
FSTRONG_69{
display: block;
height: 14px;
text-align: left;
width: 135px;
font: normal normal bold 12px/14px Helvetica, Arial, sans-serif;
margin: 0px 0px -12px;
}
FA_58 {
background-position: -5px -4px;
color: rgb(0, 0, 0);
display: block;
float: left;
height: 54px;
text-align: left;
text-decoration: none solid rgb(0, 0, 0);
width: 69px;
background: rgba(0, 0, 0, 0) url(http://blog.plaisio.gr/sites/all/themes/MyPlaisioTheme/images/footer-menu-images.png) no-repeat scroll -5px -4px / auto padding-box border-box;
border: 0px none rgb(0, 0, 0);
font: normal normal normal 12px/14px Helvetica, Arial, sans-serif;
outline: rgb(0, 0, 0) none 0px;
}
I think the problem is at the FA_58 but i cant find it!
1 Answer
Aurelian Spodarec
7,369 PointsHi! It would be better if for me if you would put that in codepen but you said it works fine on mozilla and not on explorel. Look , theres a lot of different versions of internet explorer that i think that you may have a really old one and it dont support some features you put on your css . I may be wrong with this one but i guess your explorer doesnt support some of the code you wrote. try to downolad the lates version of explorer and look there maybe and see if i was right or wrong if wrong then well to me the code looks fine.
Antonis Martalis
1,506 PointsAntonis Martalis
1,506 PointsIs the a chanse thats not loading the images because the links are online and i call the html from my computer? Cause its not showing the images that have online links...