Every other browser is rendering this correctly.
2条回答 孤街浪徒 (楼主) 2021-01-25 06:03 If it's the issue I think it is, it should be fixed if you add this CSS: img { vertical-align: top } Or this: img { display: block } 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
If it's the issue I think it is, it should be fixed if you add this CSS:
img { vertical-align: top }
Or this:
img { display: block }