<?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: CSS not working in Fieldsets</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-not-working-in-fieldsets</link>
		<description>Gravity Support Forums Topic: CSS not working in Fieldsets</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:11:27 +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/css-not-working-in-fieldsets" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "CSS not working in Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-not-working-in-fieldsets#post-59782</link>
			<pubDate>Mon, 21 May 2012 22:30:35 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59782@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sweet action! Glad to help out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rdueck on "CSS not working in Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-not-working-in-fieldsets#post-59769</link>
			<pubDate>Mon, 21 May 2012 20:51:21 +0000</pubDate>
			<dc:creator>rdueck</dc:creator>
			<guid isPermaLink="false">59769@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wicked! thanks Rob for pointing that out. ...works like a charm
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS not working in Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-not-working-in-fieldsets#post-59762</link>
			<pubDate>Mon, 21 May 2012 20:10:58 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59762@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It works, just use &#34;top_label&#34; and then get rid of your custom style you've placed. See this &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/63c8e24e-7778-4b56-ab36-8c32ede8ba73/18dd6e879a52f6478ff20289af9db445&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Just lose this, after applying top_label only to the UL in the HTML field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
fieldset#fieldset_3 ul li.gfield {
display: inline;
margin: 0px;
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>rdueck on "CSS not working in Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-not-working-in-fieldsets#post-59756</link>
			<pubDate>Mon, 21 May 2012 19:28:39 +0000</pubDate>
			<dc:creator>rdueck</dc:creator>
			<guid isPermaLink="false">59756@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob, thanks for the help, but it doesn't seem to be working... here's what I added into the html field...&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- close the html field li --&#38;gt;&#60;br /&#62;
&#38;lt;!-- close the list --&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;fieldset id=&#34;fieldset_3&#34;&#38;gt;&#60;br /&#62;
&#38;lt;legend&#38;gt;Dependants&#38;lt;/legend&#38;gt;&#60;br /&#62;
&#38;lt;ul class=&#34;gform_fields top_label&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;I've also tried using just &#34;top_label&#34; with no effect.&#60;/p&#62;
&#60;p&#62;I'm wondering if the fieldset id and/or class is getting in the way?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS not working in Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-not-working-in-fieldsets#post-59672</link>
			<pubDate>Mon, 21 May 2012 14:32:47 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59672@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's because when you use the fieldsets, you close one of the classes that the ready class selector picks up on. See this &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/524155f5-a707-4736-9cea-f5309ae05945/0b6ebb51555727f66afbe8f35de86ce4&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you notice in our plugin's CSS file, it hooks onto the ul with a class of top_label. See this &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/700c2391-6d2d-4199-9f8e-1cf1a1f216b7/6122b6c9a05b276995e08913cc1d36ce&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think an easy solution here could be to add the class of &#34;top_label&#34; to the new UL that gets created in your HTML block.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rdueck on "CSS not working in Fieldsets"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-not-working-in-fieldsets#post-59653</link>
			<pubDate>Mon, 21 May 2012 12:56:47 +0000</pubDate>
			<dc:creator>rdueck</dc:creator>
			<guid isPermaLink="false">59653@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks to great contributions to this forum, I've been able to successfully create fieldsets. However, when implemented, it ignores all the css ready attributes. Specifically, I'm looking to use gf_inline. &#60;/p&#62;
&#60;p&#62;Does anybody have any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Site: &#60;a href=&#34;http://randydueck.com/t1taxes/file-your-taxes/&#34; rel=&#34;nofollow&#34;&#62;http://randydueck.com/t1taxes/file-your-taxes/&#60;/a&#62; on the second page
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
