Is it possible to change css of iframe if the iframe is not on the same domain? If it is, how is it possible to add css and change css, please help
<iframe id="frame1" width="100%" height="350" src="...." scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>
Thanks