3

I would like to add a page(a market watch ticker) from other website which is given by client using iframe. but its color not matching my website. how to match it. is there any way to match it??please help?

Sinju Angajan
  • 833
  • 2
  • 10
  • 20

1 Answers1

0

You can get the iFrame to inherit the parents CSS and javascript see this question:

Iframe inherit from parent

But you need access to the iFrame markup to do this, otherwise I believe it is not possible (and probably shouldn't be for other reasons like security etc.)

Community
  • 1
  • 1
g7876413
  • 279
  • 2
  • 9