Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从 src 文件中更改 iframe CSS 或属性?
我想制作一个不带样式的 iframe,以便 any1 可以复制该代码并将其粘贴到他们的网站上...类似于提要...
所有 iframe css 属性
iframe{ margin: 0; madding: 0; border: none; width: value; height: value; }
不,不是。您应该从主页更改 CSS 属性。
iframe { border: 0; /* this will work in the main page, but not in the src file */ }