Is it feasible to modify the CSS of an iframe if the iframe is not located on the same domain? If so, what are some ways to apply and alter CSS for this situation? Any assistance would be greatly appreciated.
<iframe id="frame1" width="100%" height="350" src="...." scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>
Thank you!