<?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: IE8 labels left aligned</title>
		<link>https://legacy.forums.gravityhelp.com/topic/ie8-labels-left-aligned</link>
		<description>Gravity Support Forums Topic: IE8 labels left aligned</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 07:23:30 +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/ie8-labels-left-aligned" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "IE8 labels left aligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie8-labels-left-aligned#post-24587</link>
			<pubDate>Sat, 30 Apr 2011 17:54:09 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24587@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is an inline CSS style that's probably being output by another plugin that's causing the problem. It's adding a width constraint and a left float property to the labels and IE is rendering those. If I disable those properties in that rule, you'll see that the layout is corrected.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/a0Gz&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a0Gz&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the offending CSS rule is this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
table td label {
display: block;
float: left;
width: 80px;
text-align: right;
margin: 3px 7px 0 0;
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and you can see it inline with the markup if you view the source.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/a0GD&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a0GD&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would try disabling plugins to see where it's coming from and if that doesn't work, make sure your theme itself isn't including those inline styles. Hope that helps you out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tmlyga on "IE8 labels left aligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie8-labels-left-aligned#post-24583</link>
			<pubDate>Sat, 30 Apr 2011 15:25:06 +0000</pubDate>
			<dc:creator>tmlyga</dc:creator>
			<guid isPermaLink="false">24583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin - &#60;/p&#62;
&#60;p&#62;FYI, I'm using an Artisteer generated them...I know they can be kind of &#34;wonky&#34; at times, but usually I can work things out.&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tmlyga on "IE8 labels left aligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie8-labels-left-aligned#post-24582</link>
			<pubDate>Sat, 30 Apr 2011 15:23:51 +0000</pubDate>
			<dc:creator>tmlyga</dc:creator>
			<guid isPermaLink="false">24582@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks!  I appreciate you looking at this.&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "IE8 labels left aligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie8-labels-left-aligned#post-24580</link>
			<pubDate>Sat, 30 Apr 2011 15:21:39 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24580@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The labels normally work just fine (all placement options) in IE8 so it's most likely inheriting something wonky from your theme styles. I'm away from my Windows machine so I'll take a look at it as soon as I can and share my results with you back here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tmlyga on "IE8 labels left aligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ie8-labels-left-aligned#post-24577</link>
			<pubDate>Sat, 30 Apr 2011 14:08:14 +0000</pubDate>
			<dc:creator>tmlyga</dc:creator>
			<guid isPermaLink="false">24577@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have form created with field labels &#34;top aligned&#34;.....views perfectly in Firebox, but in IE8, the labels are left aligned.  I wouldn't have noticed, but on the checkboxes, there is a bad &#34;runover&#34; in the field (not sure if I explained that correctly  ?)&#60;/p&#62;
&#60;p&#62;Using GF 1.5.1.1 and IE is 8.0.6&#60;/p&#62;
&#60;p&#62;here is the url for the page with form:  &#60;a href=&#34;http://sustainableofficesolutions.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://sustainableofficesolutions.com/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've searched and haven't found a similar situation (with 1.5)....and I know about your solution of deleting IE, but my client wouldn't got for that! &#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;/p&#62;
&#60;p&#62;Tom Lyga
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
