Iframe background color in Google Chrome
For reference so that you know what I'm t开发者_运维百科alking about:
http://www.webbuddies.co.za/Pages/Portfolio.aspxIn 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.
精彩评论