I am developing an ASP.NET web application and I have some images in the images slider without any links, so now when I put the images between anchor tags I got a border (in a purple color) around each image just in the Internet Explorer and I don’t know why. In Firefox, everything works fine. So how to fix that in the IE browser?

What slider?
if you want to remove borders from all the images in < a > tags
you can use the following css rule:
… every IE sometimes has problems with style=”border-style:none”
use style=”border:none” instead