<?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: input width probelm in IE7</title>
		<link>https://legacy.forums.gravityhelp.com/topic/input-width-probelm-in-ie7</link>
		<description>Gravity Support Forums Topic: input width probelm in IE7</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 14:41:51 +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/input-width-probelm-in-ie7" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "input width probelm in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-width-probelm-in-ie7#post-25607</link>
			<pubDate>Mon, 16 May 2011 12:21:44 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25607@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Odd, when I toggled the width:auto property off that corrected the issue. Well, at least we know which rule is causing the issue. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caroig on "input width probelm in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-width-probelm-in-ie7#post-25577</link>
			<pubDate>Mon, 16 May 2011 09:17:17 +0000</pubDate>
			<dc:creator>caroig</dc:creator>
			<guid isPermaLink="false">25577@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Strangely it's not the width auto, it's the overflow: visible; style that gives the problem!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caroig on "input width probelm in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-width-probelm-in-ie7#post-25575</link>
			<pubDate>Mon, 16 May 2011 08:42:15 +0000</pubDate>
			<dc:creator>caroig</dc:creator>
			<guid isPermaLink="false">25575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd not spotted that.  Because of the perverse way I've setup this site, I can't swap themes and check the results, but I should have thought of the preview.&#60;/p&#62;
&#60;p&#62;Many thanks, you've saved me from a nasty hack!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "input width probelm in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-width-probelm-in-ie7#post-25574</link>
			<pubDate>Mon, 16 May 2011 08:30:07 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25574@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, found it. There is a rule in your theme's style.css file that sets &#34;width:auto&#34; on ALL form inputs. If you disable that, the inputs display at the proper width.&#60;/p&#62;
&#60;p&#62;You'll find it on line 61 of your style.css file &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* Forms */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-family: sans-serif; font-size: 1em; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;IE 7 screenshot: &#60;a href=&#34;http://grab.by/a8JN&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a8JN&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "input width probelm in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-width-probelm-in-ie7#post-25573</link>
			<pubDate>Mon, 16 May 2011 08:11:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This appears to be a theme-related issue. Other forms work/display properly in IE7. There is a width being applied to the inputs, but it's a percentage value and it looks like a width or another property on some containing structural element may be to blame.&#60;/p&#62;
&#60;p&#62;Have you tried viewing the form preview page in IE7? If so, does it render properly? Also, have you tried switching to the default theme to test?&#60;/p&#62;
&#60;p&#62;I'll look a little further and let you know what I find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caroig on "input width probelm in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-width-probelm-in-ie7#post-25559</link>
			<pubDate>Sun, 15 May 2011 15:31:36 +0000</pubDate>
			<dc:creator>caroig</dc:creator>
			<guid isPermaLink="false">25559@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm running some xbrowser tests on a site and in IE7 all input boxes on my GF forms have no width applied.  In all other browsers I've tested, even that old dog IE6, work fine.  I've not modfied the CSS generated by GF and I can't see that my css is overiding the width settings.&#60;br /&#62;
I realise I can explicity set the width on the inputs, but it bugs me that I need to.&#60;br /&#62;
Any advice gratefully received.&#60;/p&#62;
&#60;p&#62;You can see the problem on the test site:-&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://esc.labestiadelolvido.com/nepage/#siapuntame&#34; rel=&#34;nofollow&#34;&#62;http://esc.labestiadelolvido.com/nepage/#siapuntame&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
