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ファイル内からiframeCSSまたは属性を変更することは可能ですか?
iframeのスタイルを解除して、any1がそのコードをコピーして、自分のWebサイトに貼り付けることができるようにします...フィードのようなもの...
すべてのiframecssプロパティ
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 */ }