Problem with border in IE

Hi,

I’m having problems with borders in Internet Explorer. The border is around the main picture which has a url link.
The page seems to work fine in other browsers.
I am not able to find which attribute to assign “border:0” to.
Can anyone please help me.

This is the link:
http://www.kattnakken.no/kolleksjoner

Thank you very much!

Try adding this to your style sheet:

.pika-stage img {border:none;}

Thanks a lot. That did it:-)

Cool. :slight_smile: I probably should have suggested just using the more general

 img {border: none;}

as that’s commonly used to reset all images.