<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Using gf_scroll_text (like div overflow) with radio buttons?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons</link>
		<description>Gravity Support Forums Topic: Using gf_scroll_text (like div overflow) with radio buttons?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:25:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Using gf_scroll_text (like div overflow) with radio buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons#post-47010</link>
			<pubDate>Fri, 20 Jan 2012 15:00:59 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47010@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, enjoy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tm on "Using gf_scroll_text (like div overflow) with radio buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons#post-47001</link>
			<pubDate>Fri, 20 Jan 2012 13:35:20 +0000</pubDate>
			<dc:creator>tm</dc:creator>
			<guid isPermaLink="false">47001@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes sirrrrr! Thanks man!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Using gf_scroll_text (like div overflow) with radio buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons#post-46999</link>
			<pubDate>Fri, 20 Jan 2012 13:19:01 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">46999@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What if you try placing this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#field_3_5 ul {
height: 100px;
overflow: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Does that achieve what you are looking to do? I think it does if I'm following you correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tm on "Using gf_scroll_text (like div overflow) with radio buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons#post-46998</link>
			<pubDate>Fri, 20 Jan 2012 13:07:32 +0000</pubDate>
			<dc:creator>tm</dc:creator>
			<guid isPermaLink="false">46998@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I looks like its closing the div for me before I can close it after the radio buttons...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tm on "Using gf_scroll_text (like div overflow) with radio buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons#post-46997</link>
			<pubDate>Fri, 20 Jan 2012 12:58:54 +0000</pubDate>
			<dc:creator>tm</dc:creator>
			<guid isPermaLink="false">46997@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ya sorry&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.customwindowcushions.com/custom-window-seat-cushions/rectangle-window-seat-cushions&#34; rel=&#34;nofollow&#34;&#62;http://www.customwindowcushions.com/custom-window-seat-cushions/rectangle-window-seat-cushions&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Using gf_scroll_text (like div overflow) with radio buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons#post-46996</link>
			<pubDate>Fri, 20 Jan 2012 12:55:53 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">46996@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form by chance and I can help you figure this one out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tm on "Using gf_scroll_text (like div overflow) with radio buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons#post-46993</link>
			<pubDate>Fri, 20 Jan 2012 12:49:13 +0000</pubDate>
			<dc:creator>tm</dc:creator>
			<guid isPermaLink="false">46993@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried adding this &#38;lt;div style=&#34;overflow:auto; height:100px;&#34;&#38;gt; 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...?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Using gf_scroll_text (like div overflow) with radio buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons#post-46942</link>
			<pubDate>Fri, 20 Jan 2012 02:23:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46942@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;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?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tm on "Using gf_scroll_text (like div overflow) with radio buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gf_scroll_text-like-div-overflow-with-radio-buttons#post-46906</link>
			<pubDate>Thu, 19 Jan 2012 23:57:27 +0000</pubDate>
			<dc:creator>tm</dc:creator>
			<guid isPermaLink="false">46906@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;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
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
