Here is a fix how to remove the border around the image links (which displays Firefox),
simply add this to your css style:
simply add this to your css style:
Code:
img{
border: none;
text-decoration: none;
}

Comment