Resizing iframe causes inconsistent border color

2019-09-08 05:25发布

问题:

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

How to get rid of the inconsistent border colors?

回答1:

That's because you have two different border colors: The border colors of the frame itself and the border colors of the scrollbars. You can disable the border altogether by adding the frameborder=0 attribute. Admittedly, that's like curing a headache with a gun, but it works.



标签: iframe