html - Unexpected DIV border lines on ipad -
as can see on picture below, there's kind of black border line when @ website on ipad. know why , how read of that? many thanks,
.banner2 { position: absolute; top: 40px; left: 40px; display: inline; padding: 20px; background: #fff; color: #2165cb; font-weight: 400; } .banner3 { position: absolute; top: 110px; left: 80px; display: inline; padding-top: 5px; padding-right: 20px; padding-bottom: 5px; padding-left: 20px; background: #2690cd; color: #fff; }
i presume they're images can use:
.banner2 img, .banner3 img{ border: 0; }
if they're not images add border: 0;
css styles both .banner2
, .banner3
.
Comments
Post a Comment