0

For the life of me, I cannot figure how to get to this div...

  • div#someId
    • iframe
      • html>head>body
        • div.wrapper
        • div.footer

Of course, my attempt:

#someId iframe body .footer

does not work.

iCodeLikeImDrunk
  • 17,085
  • 35
  • 108
  • 169

1 Answers1

1

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...

ngearing
  • 1,325
  • 11
  • 18