|
i am using an iframe tag to display another page which is outside the domain of the html page
is it possible to style the elements which is rendered inside the iframe
i have tried using iframe#iframe_content html body #element { } this does not work is this possible using jquery
|