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.
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.
They're all displaying fine.
In firefox that is...
In IE 9 Beta it's good too...
?
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="" />