iframe 2階層 Before
- iframe は2階層
- このページ (parent) はchild iframe を読み込む: /tech2/html/iframe/child/
- child は grandchild iframe を読み込む: /tech2/html/iframe/grandchild/
- 「この外側iframeの高さを変える」をクリックすると child の iframe の高さが変わる
- parent の iframe の高さは変わらず、縦スクロールになる
- →この縦スクロールになる、のがわかりにくいので、parent の iframe の高さも一緒に変えたい
- →→解決策はこちら