Re: FN-FORUM: IFRAMES troubles
date posted 27th January 2006 13:41
At 1:48 pm +0000 27/1/06, D D Glendinning wrote:
>Colin,
>
>Thanks for your thoughts.
>
>Putting it in a Div Tag? Hmm... can you add scroll bars to a div tag?
>this would be the idea, so that they can scroll through a small-ish
>area to pick the image, rather than display all of them on one very
>big page.
Absolutely. You can use overflow:auto; or overflow:scroll; to achieve
this effect, reunite your form elements and negate the need for
javascript.
ColinR
--