调整iframe大小会导致边框颜色不一致

时间:2011-01-27 16:22:23

标签: iframe

<iframe src="http://google.com" height="650" width="350"></iframe>

enter image description here

如何消除不一致的边框颜色?

1 个答案:

答案 0 :(得分:0)

试试一点CSS:

<iframe src="http://google.com" height="650" width="350" style="border: 1px solid #000"></iframe>

应在iFrame周围插入纯黑色边框。周围的颜色相同:)

相关问题