<?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: Form weirdness:  IE 7 pulls in &#34;none&#34; from css + checkbox alignment issues</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-weirdness-ie-7-pulls-in-none-from-css-checkbox-alignment-issues</link>
		<description>Gravity Support Forums Topic: Form weirdness:  IE 7 pulls in &quot;none&quot; from css + checkbox alignment issues</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 22:21:24 +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/form-weirdness-ie-7-pulls-in-none-from-css-checkbox-alignment-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>phokhong on "Form weirdness:  IE 7 pulls in &#34;none&#34; from css + checkbox alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-weirdness-ie-7-pulls-in-none-from-css-checkbox-alignment-issues#post-16598</link>
			<pubDate>Wed, 19 Jan 2011 13:01:36 +0000</pubDate>
			<dc:creator>phokhong</dc:creator>
			<guid isPermaLink="false">16598@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Tried turning off &#34;output to HTML 5&#34;, I did it and it worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roodude on "Form weirdness:  IE 7 pulls in &#34;none&#34; from css + checkbox alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-weirdness-ie-7-pulls-in-none-from-css-checkbox-alignment-issues#post-9928</link>
			<pubDate>Wed, 15 Sep 2010 16:21:23 +0000</pubDate>
			<dc:creator>roodude</dc:creator>
			<guid isPermaLink="false">9928@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks a bunch. There's obviously something odd about this Wordpress theme, as I've used Gravity Forms on at least 10 other sites and have never had similar problems before.&#60;/p&#62;
&#60;p&#62;Thanks for the great support on a great plugin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form weirdness:  IE 7 pulls in &#34;none&#34; from css + checkbox alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-weirdness-ie-7-pulls-in-none-from-css-checkbox-alignment-issues#post-9926</link>
			<pubDate>Wed, 15 Sep 2010 15:23:04 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9926@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The &#34;none&#34; that you're seeing in IE7 is not CSS related or a Gravity Forms issue. It's being written to the page by the script you've included for IE only.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--[if IE]&#38;gt;
&#38;lt;script src=&#38;quot;http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;![endif]--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When I removed that, it fixed the issue with the strange text in the select field in IE7 and also the check box formatting on the IE8 form.&#60;/p&#62;
&#60;p&#62;My tests:&#60;/p&#62;
&#60;p&#62;live site - IE 8  - with the &#34;ie7-js&#34; script enabled  - &#60;a href=&#34;http://grab.by/grabs/974f3eef3c23084efddfb57061c1a9f8.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;my test - IE 8 - with the &#34;ie7-js&#34; script removed - &#60;a href=&#34;http://grab.by/grabs/6ef5248a54467d7bf01564b97849472f.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;select fields - IE 7 - with the &#34;ie7-js&#34; script removed - &#60;a href=&#34;http://dl.dropbox.com/u/688846/gravityhelp/church_ie7_2.jpg&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It looks like there is still some CSS inheritance problem from your theme in IE7 in regards to the checkboxes and radio buttons. I didn't have much luck tracking that down so far. I would look at your theme for any IE specific styles, and focus on rules for the label and input elements.&#60;/p&#62;
&#60;p&#62;The default forms CSS works fine in IE7. You can see an example of a the default styles in the default WordPress &#34;twenty ten&#34; theme below.&#60;/p&#62;
&#60;p&#62;radio/checkbox fields - &#34;twenty ten&#34; default theme with default Gravity Forms styles - &#60;a href=&#34;http://dl.dropbox.com/u/688846/gravityhelp/default_ie7_1.jpg&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form weirdness:  IE 7 pulls in &#34;none&#34; from css + checkbox alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-weirdness-ie-7-pulls-in-none-from-css-checkbox-alignment-issues#post-9925</link>
			<pubDate>Wed, 15 Sep 2010 14:14:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9925@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;checking it out. Will let you know what I find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roodude on "Form weirdness:  IE 7 pulls in &#34;none&#34; from css + checkbox alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-weirdness-ie-7-pulls-in-none-from-css-checkbox-alignment-issues#post-9917</link>
			<pubDate>Wed, 15 Sep 2010 13:06:26 +0000</pubDate>
			<dc:creator>roodude</dc:creator>
			<guid isPermaLink="false">9917@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To clarify:  the checkbox css weirdness is only in IE, 8 &#38;amp; 7.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>roodude on "Form weirdness:  IE 7 pulls in &#34;none&#34; from css + checkbox alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-weirdness-ie-7-pulls-in-none-from-css-checkbox-alignment-issues#post-9914</link>
			<pubDate>Wed, 15 Sep 2010 12:05:22 +0000</pubDate>
			<dc:creator>roodude</dc:creator>
			<guid isPermaLink="false">9914@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;First thing:  I've tried the new css file, but my check boxes and radio buttons are still out of whack.  All boxes/buttons remain on a single line, overprinting each other.&#60;/p&#62;
&#60;p&#62;Second:  THE MOST WEIRD OF ALL:  In IE 7, on all my forms, the word &#34;none&#34; appears everywhere, obviously pulled in from the css file, which is the only place this word resides on the forms. View these forms in IE 7, and as soon as the page/form is done loading, watch for the words to appear. Bizarre. I suspect a javascript issue, but that's just a guess. Any ideas? Here are a couple of the forms:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://giefc.org/other/formsapplications/church-membership/&#34; rel=&#34;nofollow&#34;&#62;http://giefc.org/other/formsapplications/church-membership/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://giefc.org/other/formsapplications/mission-team-application/&#34; rel=&#34;nofollow&#34;&#62;http://giefc.org/other/formsapplications/mission-team-application/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;THANKS!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
