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.
現在、ユーザーフォーム入力に基づいてphp GDを介して1-(N)画像を動的に生成し、画像を表示するiframeに投稿しています。
しかし、いくつかの問題があります。
これを行うためのより良い方法はありますか?
設定された固定サイズのdiv要素を使用overflow: scrollします。
div
overflow: scroll
例えば:
#container { width: 600px; height: 300px; overflow-y: scroll; //vertical scrolling only }
iframe と同じように動作しますが、JavaScript によるコンテンツと CSS によるスタイリングの両方をより適切に制御できます。