I have a parent(main) page that has some iframe
sections. And I want to apply css style to inner iframe
element.
When I googling for it, I found many post relate to this topic but they all suggest to use jquery/javascript to apply CSS to inner elements.
Is it possible to apply css style to inner iframe
element through parent window(main page) CSS class?
(All the iframe
's domain is the same as the parent)