<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Custom radio and checkbox inputs using CSS</title>
	<atom:link href="http://www.thecssninja.com/css/custom-inputs-using-css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thecssninja.com/css/custom-inputs-using-css</link>
	<description>All things CSS, Javascript &#38; xhtml</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Reda</title>
		<link>http://www.thecssninja.com/css/custom-inputs-using-css/comment-page-1#comment-1931</link>
		<dc:creator>Reda</dc:creator>
		<pubDate>Sat, 14 Aug 2010 18:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=598#comment-1931</guid>
		<description>OK, thank you very much ;)</description>
		<content:encoded><![CDATA[<p>OK, thank you very much <img src='http://www.thecssninja.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/css/custom-inputs-using-css/comment-page-1#comment-1930</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Sat, 14 Aug 2010 05:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=598#comment-1930</guid>
		<description>@Reda - Don&#039;t do inline styles add a common class to the one you wish to float e.g.

&lt;pre lang=&quot;html4strict&quot;&gt;
&lt;p class=&quot;field1&quot;&gt;
    &lt;input type=&quot;radio&quot; /&gt;
    &lt;label&gt;Mr&lt;/label&gt;
&lt;/p&gt;
&lt;/pre&gt;

&lt;blockquote&gt;I really wont know how to do so. would you please give me an example??&lt;/blockquote&gt;

Well the paragraph tag could easily be a span or a div e.g.

&lt;pre lang=&quot;html4strict&quot;&gt;
&lt;div class=&quot;field1&quot;&gt;
    &lt;input type=&quot;radio&quot; /&gt;
    &lt;label&gt;Mr&lt;/label&gt;
&lt;/div&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Reda &#8211; Don&#8217;t do inline styles add a common class to the one you wish to float e.g.</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;field1&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;radio&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">label</span>&gt;</span>Mr<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">label</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;</span></pre></div></div>

<blockquote><p>I really wont know how to do so. would you please give me an example??</p></blockquote>
<p>Well the paragraph tag could easily be a span or a div e.g.</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;field1&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;radio&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">label</span>&gt;</span>Mr<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">label</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Reda</title>
		<link>http://www.thecssninja.com/css/custom-inputs-using-css/comment-page-1#comment-1929</link>
		<dc:creator>Reda</dc:creator>
		<pubDate>Sat, 14 Aug 2010 00:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=598#comment-1929</guid>
		<description>&quot;This isn’t a script just some CSS&quot;
my mistake ;)

&quot;As for floating multiple radio buttons&quot;
Thank you it worked well: added style=&quot;float:left;&quot; to the p element that surround the radio buttons

&quot;Yes the p tags where there so I could use the :not() pseudo-class to exclude IE8 from picking up the styles. The surrounding container can be any valid tag you want. Or it doesn’t need to around it at all.&quot;
I really wont know how to do so. would you please give me an example??

Thanks</description>
		<content:encoded><![CDATA[<p>&#8220;This isn’t a script just some CSS&#8221;<br />
my mistake <img src='http://www.thecssninja.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&#8220;As for floating multiple radio buttons&#8221;<br />
Thank you it worked well: added style=&#8221;float:left;&#8221; to the p element that surround the radio buttons</p>
<p>&#8220;Yes the p tags where there so I could use the :not() pseudo-class to exclude IE8 from picking up the styles. The surrounding container can be any valid tag you want. Or it doesn’t need to around it at all.&#8221;<br />
I really wont know how to do so. would you please give me an example??</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/css/custom-inputs-using-css/comment-page-1#comment-1928</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Fri, 13 Aug 2010 23:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=598#comment-1928</guid>
		<description>@Reda - This isn&#039;t a script just some CSS. 

Yes the p tags where there so I could use the &lt;code&gt;:not()&lt;/code&gt; pseudo-class to exclude IE8 from picking up the styles. The surrounding container can be any valid tag you want. Or it doesn&#039;t need to around it at all.

As for floating multiple radio buttons, a container around each custom radio input would be optimal and all you do is float the containers you want to sit next to each other.</description>
		<content:encoded><![CDATA[<p>@Reda &#8211; This isn&#8217;t a script just some CSS. </p>
<p>Yes the p tags where there so I could use the <code>:not()</code> pseudo-class to exclude IE8 from picking up the styles. The surrounding container can be any valid tag you want. Or it doesn&#8217;t need to around it at all.</p>
<p>As for floating multiple radio buttons, a container around each custom radio input would be optimal and all you do is float the containers you want to sit next to each other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reda</title>
		<link>http://www.thecssninja.com/css/custom-inputs-using-css/comment-page-1#comment-1922</link>
		<dc:creator>Reda</dc:creator>
		<pubDate>Thu, 12 Aug 2010 14:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=598#comment-1922</guid>
		<description>Hi,
i&#039;m now officially using this script to custom my radio and checkbox buttons.
I do have 2 small questions:

1- is there a way to avoid adding the &#039;p&#039; tags around the checkboxes/ radios ???

2- how can I display for example 3 radio buttons in the same line, not 1 radio button per line??
ex.: O Mr        O Mme         O Miss

Thanks you so much</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i&#8217;m now officially using this script to custom my radio and checkbox buttons.<br />
I do have 2 small questions:</p>
<p>1- is there a way to avoid adding the &#8216;p&#8217; tags around the checkboxes/ radios ???</p>
<p>2- how can I display for example 3 radio buttons in the same line, not 1 radio button per line??<br />
ex.: O Mr        O Mme         O Miss</p>
<p>Thanks you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dway</title>
		<link>http://www.thecssninja.com/css/custom-inputs-using-css/comment-page-1#comment-1921</link>
		<dc:creator>dway</dc:creator>
		<pubDate>Wed, 11 Aug 2010 21:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=598#comment-1921</guid>
		<description>@wespai : it&#039;s not a plugin :) Did you miss something ?</description>
		<content:encoded><![CDATA[<p>@wespai : it&#8217;s not a plugin <img src='http://www.thecssninja.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Did you miss something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wespai</title>
		<link>http://www.thecssninja.com/css/custom-inputs-using-css/comment-page-1#comment-1915</link>
		<dc:creator>wespai</dc:creator>
		<pubDate>Mon, 09 Aug 2010 06:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=598#comment-1915</guid>
		<description>cool plugin</description>
		<content:encoded><![CDATA[<p>cool plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reda</title>
		<link>http://www.thecssninja.com/css/custom-inputs-using-css/comment-page-1#comment-1914</link>
		<dc:creator>Reda</dc:creator>
		<pubDate>Mon, 09 Aug 2010 00:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=598#comment-1914</guid>
		<description>Sorry for the delay, i haven&#039;t received a notification for the answer. received a notification only for the message of Jan!!

&quot;Did you miss a word there, not sure what you mean?&quot;
yeah, the word has been deleted because it was the p tag: [p] :)

Thanks once again</description>
		<content:encoded><![CDATA[<p>Sorry for the delay, i haven&#8217;t received a notification for the answer. received a notification only for the message of Jan!!</p>
<p>&#8220;Did you miss a word there, not sure what you mean?&#8221;<br />
yeah, the word has been deleted because it was the p tag: [p] <img src='http://www.thecssninja.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks once again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Cantor</title>
		<link>http://www.thecssninja.com/css/custom-inputs-using-css/comment-page-1#comment-1913</link>
		<dc:creator>Jan Cantor</dc:creator>
		<pubDate>Sun, 08 Aug 2010 19:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=598#comment-1913</guid>
		<description>Wow. This is really nice! I&#039;m might try this on my client&#039;s project.
Thanks.</description>
		<content:encoded><![CDATA[<p>Wow. This is really nice! I&#8217;m might try this on my client&#8217;s project.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom radio and checkbox inputs using CSS &#124; Design Shack</title>
		<link>http://www.thecssninja.com/css/custom-inputs-using-css/comment-page-1#comment-1912</link>
		<dc:creator>Custom radio and checkbox inputs using CSS &#124; Design Shack</dc:creator>
		<pubDate>Sun, 08 Aug 2010 19:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=598#comment-1912</guid>
		<description>[...] View Post [...]</description>
		<content:encoded><![CDATA[<p>[...] View Post [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
