For the life of me, I cannot figure how to get to this div...
- div#someId
- iframe
- html>head>body
- div.wrapper
- div.footer
- html>head>body
- iframe
Of course, my attempt:
#someId iframe body .footer
does not work.
For the life of me, I cannot figure how to get to this div...
Of course, my attempt:
#someId iframe body .footer
does not work.
You cannot change the style of a page displayed in an iframe unless you have direct access and therefore ownership of the source html and/or css files.
This has been covered many times before...