Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Anything Slider IE Problem Re: Anything Slider IE Problem

#78717
jamygolden
Member

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=”” />