开发者

Iframe background color in Google Chrome

开发者 https://www.devze.com 2023-01-16 19:31 出处:网络
For reference so that you know what I\'m t开发者_运维百科alking about: http://www.webbuddies.co.za/Pages/Portfolio.aspx

For reference so that you know what I'm t开发者_运维百科alking about:

http://www.webbuddies.co.za/Pages/Portfolio.aspx

In Google Chrome, the <iframe> doesn't take it's background color from the site linked in it's src attribute, but instead from the parent page's background.

It works 100% perfectly in IE and FF, but how do I get it to display right in Chrome?


The style attribute of your iframe says background:none. Remove this inline css and it should work.


Please set the color of the linked site's body background , "#fff" eg.

0

精彩评论

暂无评论...
验证码 换一张
取 消