treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Anything Slider IE Problem

  • I have placed the slider in a word press theme that I built for a buddy of mine, but it is not working properly. The images are missing on some of the slides. Any ideas? It works fine on the other major browsers from what I have seen.
  • The site is coasties.net just in case it helps.
  • What do you mean?
    They're all displaying fine.

    In firefox that is...
    In IE 9 Beta it's good too...

    ?
  • The problem is in IE 8.
  • When you have problems like this, you should try validating your markup.

    I think the problem is that your <img> elements don't end with />

    Currently they are:
    <img src="">

    When they should be:
    <img src="" alt="" />
  • I have tried updating those as you suggested, but it is not working. The only slides that are missing are 4,5, and 6. I am going to look at the images and see if there are any differences.
  • I found the issue. The images were in 350 dpi. I just re-saved them in photoshop, and it magically worked. I changed the way there were coded anyway. Thanks for the help.