<?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: radio button images broken in IE7</title>
		<link>https://legacy.forums.gravityhelp.com/topic/radio-button-images-broken-in-ie7</link>
		<description>Gravity Support Forums Topic: radio button images broken in IE7</description>
		<language>en-US</language>
		<pubDate>Sun, 26 Apr 2026 12:14:00 +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/radio-button-images-broken-in-ie7" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "radio button images broken in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-images-broken-in-ie7#post-60653</link>
			<pubDate>Tue, 29 May 2012 14:46:38 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">60653@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, thanks for sharing!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>btolle on "radio button images broken in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-images-broken-in-ie7#post-60650</link>
			<pubDate>Tue, 29 May 2012 14:37:33 +0000</pubDate>
			<dc:creator>btolle</dc:creator>
			<guid isPermaLink="false">60650@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It was fairly easy to add some IE specific rules, way easier that it was to try and make it work like everywhere else.&#60;/p&#62;
&#60;p&#62;These helped show me the way on the css/html/wordpress-&#60;br /&#62;
&#60;a href=&#34;http://webdesignerwall.com/tutorials/css-specific-for-internet-explorer&#34; rel=&#34;nofollow&#34;&#62;http://webdesignerwall.com/tutorials/css-specific-for-internet-explorer&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/&#34; rel=&#34;nofollow&#34;&#62;http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://jeffsebring.com/conditional-internet-explorer-classes-thesis/&#34; rel=&#34;nofollow&#34;&#62;http://jeffsebring.com/conditional-internet-explorer-classes-thesis/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;button styling-&#60;br /&#62;
&#60;a href=&#34;http://archivist.incutio.com/viewlist/css-discuss/86489&#34; rel=&#34;nofollow&#34;&#62;http://archivist.incutio.com/viewlist/css-discuss/86489&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;https://github.com/twitter/bootstrap/issues/3181&#34; rel=&#34;nofollow&#34;&#62;https://github.com/twitter/bootstrap/issues/3181&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "radio button images broken in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-images-broken-in-ie7#post-60618</link>
			<pubDate>Tue, 29 May 2012 10:21:57 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">60618@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;At the end of the day, when it comes to IE7 - if it &#60;em&#62;functions&#60;/em&#62; - you are good to go. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>btolle on "radio button images broken in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-images-broken-in-ie7#post-60588</link>
			<pubDate>Tue, 29 May 2012 03:32:44 +0000</pubDate>
			<dc:creator>btolle</dc:creator>
			<guid isPermaLink="false">60588@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm sort of coming to that conclusion, too. The amount of effort to solve this seems out of proportion to the number of people still using IE7/8. And if they are using them, they're probably used to their sites not looking so hot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "radio button images broken in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-images-broken-in-ie7#post-60481</link>
			<pubDate>Sun, 27 May 2012 09:37:40 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">60481@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Honestly, I think your best bet would be to just do a fallback for IE7 that routes to a normal radio field display. If you view the source in IE7 on your form you'll see on the wrapper you can target IE7 (and each browser for that matter). I wouldn't even waste anymore time with it.&#60;/p&#62;
&#60;p&#62;IE7 won't support the :checked or + selector anyways. When IE8 came out it's sole purpose was to pretty much finish up the CSS2 Selectors that were missing from IE7. That's why IE8 was only marginally better than IE7 and why IE9 still falls short when it comes to CSS3 and HTML5. It's the same pattern over and over...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>btolle on "radio button images broken in IE7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-images-broken-in-ie7#post-60469</link>
			<pubDate>Sun, 27 May 2012 05:41:19 +0000</pubDate>
			<dc:creator>btolle</dc:creator>
			<guid isPermaLink="false">60469@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have built a form that uses images for a series of radio button options.&#60;br /&#62;
&#60;a href=&#34;http://www.alltheotherswerepractice.com/test-shirt-swatches/&#34; rel=&#34;nofollow&#34;&#62;http://www.alltheotherswerepractice.com/test-shirt-swatches/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The form is working great in all browsers, except Internet Explorer 7.&#60;/p&#62;
&#60;p&#62;Two things about the images break in IE7:&#60;br /&#62;
- The radio buttons are hidden, and the &#38;lt;img&#38;gt; are not selectable&#60;br /&#62;
- The &#38;lt;img&#38;gt; do not get highlighted when the option is selected&#60;/p&#62;
&#60;p&#62;I unhide the radio buttons, the form logic works as expected.&#60;/p&#62;
&#60;p&#62;To hide the buttons I was using a custom class:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.hideradio input[type=&#38;quot;radio&#38;quot;] {display: none;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;IE7 gets confused with display:none, so I started using:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.hideradio input[type=&#38;quot;radio&#38;quot;] {position: absolute; left: -9999px;}}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To highlight the selected option, I am using:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body #gform_wrapper_43 .gform_body  ul.gfield_radio li input[type=&#38;quot;radio&#38;quot;]:checked + label img {
	background: #eee;
	border: solid 2pt #c10073;
}}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It all works as expected in every other browsers I have tried.&#60;/p&#62;
&#60;p&#62;Does anyone have any ideas on how to make the &#38;lt;img&#38;gt; tags selectable in IE7, and how to make the highlighting work?&#60;/p&#62;
&#60;p&#62;The site is running the latest public builds of wordpress, gravity forms, and thesis.&#60;/p&#62;
&#60;p&#62;Things I have tried but can’t make work, thou I will admit that it may be user error on my part:&#60;br /&#62;
&#60;a href=&#34;http://snook.ca/archives/javascript/using_images_as&#34; rel=&#34;nofollow&#34;&#62;http://snook.ca/archives/javascript/using_images_as&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.tsd.net.au/blog/using-images-labels-fix-ie&#34; rel=&#34;nofollow&#34;&#62;http://www.tsd.net.au/blog/using-images-labels-fix-ie&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.jotform.com/answers/23448-IE-problem-with-radio-buttons&#34; rel=&#34;nofollow&#34;&#62;http://www.jotform.com/answers/23448-IE-problem-with-radio-buttons&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
