<?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: Images: working in Chrome, IE, Safari but not in IE 8 :-(</title>
		<link>https://legacy.forums.gravityhelp.com/topic/images-working-in-chrome-ie-safari-but-not-in-ie-8-</link>
		<description>Gravity Support Forums Topic: Images: working in Chrome, IE, Safari but not in IE 8 :-(</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 07:15:39 +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/images-working-in-chrome-ie-safari-but-not-in-ie-8-" rel="self" type="application/rss+xml" />

		<item>
			<title>kyle on "Images: working in Chrome, IE, Safari but not in IE 8 :-("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-working-in-chrome-ie-safari-but-not-in-ie-8-#post-55261</link>
			<pubDate>Sat, 14 Apr 2012 12:33:34 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">55261@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes.  Ideally you want to put them both in a file like iegformfix.jquery.js, and then use the Wp_register_script and wp_enqueue_script functions to add them to your head or footer.  When you register the script, make sure you add jquery as one of the dependencies.  The codex has some samples you can look at to figure out how.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wouterbruijning on "Images: working in Chrome, IE, Safari but not in IE 8 :-("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-working-in-chrome-ie-safari-but-not-in-ie-8-#post-55257</link>
			<pubDate>Sat, 14 Apr 2012 11:34:10 +0000</pubDate>
			<dc:creator>wouterbruijning</dc:creator>
			<guid isPermaLink="false">55257@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Kyle!&#60;br /&#62;
Do I put these lines in function.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "Images: working in Chrome, IE, Safari but not in IE 8 :-("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-working-in-chrome-ie-safari-but-not-in-ie-8-#post-55254</link>
			<pubDate>Sat, 14 Apr 2012 10:40:22 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">55254@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;IE8 isn't clicking the associated radio button when you click on the label.  Plus it doesn't support the :checked selector.  jQuery can fix both of these things:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// fix label click in IE
jQuery(&#38;quot;label&#38;quot;).click(function(){
    if (jQuery(this).attr(&#38;quot;for&#38;quot;) != &#38;quot;&#38;quot;)
        jQuery(&#38;quot;#&#38;quot; + jQuery(this).attr(&#38;quot;for&#38;quot;)).click();
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// fix border css in IE
jQuery(&#38;quot;input[type=&#38;#39;radio&#38;#39;]:checked&#38;quot;).each( function() {
	jQuery(this).parent(&#38;quot;li&#38;quot;).find(&#38;quot;label img&#38;quot;).css(&#38;quot;borderColor&#38;quot;, &#38;quot;#000&#38;quot;);
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You might want to use &#34;focus&#34; instead of &#34;click&#34; in the first  script.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wouterbruijning on "Images: working in Chrome, IE, Safari but not in IE 8 :-("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-working-in-chrome-ie-safari-but-not-in-ie-8-#post-55247</link>
			<pubDate>Sat, 14 Apr 2012 01:40:47 +0000</pubDate>
			<dc:creator>wouterbruijning</dc:creator>
			<guid isPermaLink="false">55247@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was trying to insert images as a matter of choosing on &#60;a href=&#34;http://www.reigerstraat-gouda.nl/onlijn/wie-kies-je/&#34; rel=&#34;nofollow&#34;&#62;http://www.reigerstraat-gouda.nl/onlijn/wie-kies-je/&#60;/a&#62; (just a test-form), using this topic: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/can-gf-use-images-to-make-form-selections&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/can-gf-use-images-to-make-form-selections&#60;/a&#62;&#60;br /&#62;
I used the presented solution, added the CSS but it's not working on IE 8. any solution?&#60;/p&#62;
&#60;p&#62;TIA,&#60;br /&#62;
Wouter
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
