Próbowałem tego typu zabiegów.
Kod
$('.myIframe1 iframe html').css('color', 'red')
lub
Kod
$('iframe').load( function() {
$('iframe').contents().find("head")
.append($("<style type='text/css'> .my-class{display:none;} </style>"));
});
$('iframe').contents().find("head")
.append($("<style type='text/css'> .my-class{display:none;} </style>"));
});
Nic z tego nie działa....