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.
javascriptでiframeのスクロールのオン、オフ、自動を切り替えるにはどうすればよいですか? frame.scrolling 属性を「yes」、「no」、「auto」に変更してみましたが、効果がありません。
代わりに CSS 属性を設定してみてください (overflow-x と overflow-y、または単にオーバーフロー)。
リンク: http://www.w3schools.com/Css/pr_pos_overflow.asp