更改iframe问题的背景颜色 [英] Change background color of iframe issue

查看:972
本文介绍了更改iframe问题的背景颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果< iframe>< / iframe> ,我需要将背景颜色更改为显示页面的白色。那可能吗?现在原始网站的背景是灰色的。

I need to change background color to white of the displayed page if <iframe></iframe>. Is that possible? Now background of the original website is gray.

 <iframe allowtransparency="true" style="background-color: Snow;" src="http://zingaya.com/widget/9d043c064dc241068881f045f9d8c151" frameborder="0" height="184" width="100%">
    </iframe>

我想改变已加载页面的背景

I want to change the background of loaded page

推荐答案

我可以更改帧背景。如下

I frame background can be changed. like below

<iframe allowtransparency="true" style="background: #FFFFFF;" src="http://zingaya.com/widget/9d043c064dc241068881f045f9d8c151" frameborder="0" height="184" width="100%">
    </iframe>

如果你想改变页面的背景你已经加载了iframe,那么我认为它不是可能。

and if you want to change the background of page what you have loaded in iframe then i think it not possible.

这篇关于更改iframe问题的背景颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆