标签: iframe
<iframe src="http://google.com" height="650" width="350"></iframe>
如何消除不一致的边框颜色?
答案 0 :(得分:0)
试试一点CSS:
<iframe src="http://google.com" height="650" width="350" style="border: 1px solid #000"></iframe>
应在iFrame周围插入纯黑色边框。周围的颜色相同:)