Skip to main content
WolfShade
Legend
February 22, 2007
Question

Flash form with a double scrollbar on right side

  • February 22, 2007
  • 1 reply
  • 1024 views
I've always had a little difficulty with formatting in the flash forms for CF7. Another issue will be listed in a separate post.

In this case, if you go to http://www.goldininstitute.org/staging_dynamic/index.cfml?n=6&sn=4, the first tab formats well, but the second tab has two scrollbars on the right side. If you go BACK to the first tab, it's formatting is all screwed up.

Any ideas as to what might cause this kind of hiccup?

Thanks,

^_^
    This topic has been closed for replies.

    1 reply

    Inspiring
    February 22, 2007
    Keep increasing the height of the cfform.
    WolfShade
    WolfShadeAuthor
    Legend
    February 22, 2007
    quote:

    Originally posted by: rmorgan
    Keep increasing the height of the cfform.

    Sadly, not an option. The CFFORM is within a layer of set size (so as to not break the format of the rest of the site) and needs to keep to a static size in order to keep the side scrollbar from the DIV from squeezing the form and creating both bottom and side scrollbars. And if I make the CFFORM narrower by even 10 pixels, it throws the formatting all off and puts EVERYTHING in a vertical stack.

    ^_^
    Inspiring
    February 22, 2007
    In that case, you will need to remove some fields to fit within your constraints or redesign that page to fit within your limits. All that is happening is page 2 is exceeding the specified height criteria.