PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Using gf_scroll_text (like div overflow) with radio buttons?

  1. tm
    Member

    Is there anyway I can use the gf_scroll_text or the div overflow option and incorporate it with the radio buttons? I have a furniture store with 50+ fabrics and that seems like the perfect way if I use image radio buttons. Thanks

    Posted 12 years ago on Friday January 20, 2012 | Permalink
  2. How about adding a div in an HTML field before your radio buttons, then applying the CSS to that div to set a height and allow it to scroll?

    Posted 12 years ago on Friday January 20, 2012 | Permalink
  3. tm
    Member

    I tried adding this <div style="overflow:auto; height:100px;"> in an HTML block before the radio buttons and closing the div in an html field after the radio buttons and it doesn't seem to work. I know you can add radio buttons inside an overflow div so I don't know if I am doing something else wrong or what...?

    Posted 12 years ago on Friday January 20, 2012 | Permalink
  4. Can you post a link to your form by chance and I can help you figure this one out.

    Posted 12 years ago on Friday January 20, 2012 | Permalink
  5. tm
    Member

    I looks like its closing the div for me before I can close it after the radio buttons...

    Posted 12 years ago on Friday January 20, 2012 | Permalink
  6. What if you try placing this:

    [css]
    #field_3_5 ul {
    height: 100px;
    overflow: auto;
    }

    Does that achieve what you are looking to do? I think it does if I'm following you correctly.

    Posted 12 years ago on Friday January 20, 2012 | Permalink
  7. tm
    Member

    Yes sirrrrr! Thanks man!

    Posted 12 years ago on Friday January 20, 2012 | Permalink
  8. Awesome, enjoy!

    Posted 12 years ago on Friday January 20, 2012 | Permalink

This topic has been resolved and has been closed to new replies.