I have been in a situation where I can access the child iframe only. There are some elements on the parent frame where I want them styled.
I am also not allowed to use Javascript. CSS is the only option left.
Can any tell me as how to access the parent frame elements using CSS?
Note: I have been through many similar questions but all in vain.