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
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
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?
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...?
Can you post a link to your form by chance and I can help you figure this one out.
Ya sorry
http://www.customwindowcushions.com/custom-window-seat-cushions/rectangle-window-seat-cushions
I looks like its closing the div for me before I can close it after the radio buttons...
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.
Yes sirrrrr! Thanks man!
Awesome, enjoy!