Lisa Coolbeth
Lisa Coolbeth

Reputation: 1

Why are my png images displaying with a border on the iPad?

My png image looks fine on my website's homepage in IE, however on the iPad, there is a TOP, LEFT and bottom border displaying. Anyone know why?

Upvotes: 0

Views: 781

Answers (1)

Simon Watiau
Simon Watiau

Reputation: 637

Do you have a link on your image ? If yes try adding this to your CSS file :

a img{
    border-style:none;
}

That will hide the border.

Upvotes: 1

Related Questions