0

I want to build pages that have a header bar with pages from other sites in an iframe or DIV below it. I want to replace the CSS of the site below it with my own CSS (override it in some way; for example I may reference a blog page below it but want to change the look via CSS). Please note these pages would only be pages whereby I would be allowed to do this based on the licensing of the site.

Is this possible?

Bobby
  • 57
  • 1
  • 2
  • 8

1 Answers1

2

No, not really. Certainly not cross-domain. The whole point of iframes is that their content is insulated from the parent page. See How to apply CSS to iframe? for a thorough discussion of the issue.

Community
  • 1
  • 1
Derek Henderson
  • 9,388
  • 4
  • 42
  • 71