Link to home
Start Free TrialLog in
Avatar of Refael
RefaelFlag for United States of America

asked on

iframe - style elements within an iframe

I need to style/re-style some elements within an iframe.
I was followed few examples I found over stackoverflow yet none worked for me.
The best solution would be injecting a url stylesheet to the head of the iframe.
Any help would be appreciated!
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Refael

ASKER

Hi Julian, Thank you.
No, unfortunately the iframe is external (not from the same domain). So i guess it is no impossible?
This iframe is a list of units for sale generated from ImmobilienScout24.
You would need to check with ImmobilienScout24 but they may be able to provide you with an API interface or allow you to "scrape" their site.  Essentially you use a server side script (e.g. PHP) to request the details of the iframe before passing that html to your own page.  A middle-man if you will.
Avatar of Refael

ASKER

Hi Rob,
I have tried it from here but i could not get it to work.
I could not understand how this is done. That's why i used the iframe.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Refael

ASKER

Thank you guys so much for your help and advice!
You are welcome.