简体   繁体   中英

Apply CSS to iframe

I add iframe from external site to mine like this:

<iframe src="http://site.com/page/"></iframe>

It has some own css and javascript files.

How can I add my own css styles to this iframe?

如果iframe来源与您的网站不在同一域中,则由于相同的来源政策 ,您无法向其中添加自己的CSS。

Are you trying to format the iframe border or its content? The latter isn't allowed for security reasons, the former can be archieved with a simple stylesheet (selector "iframe").

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM