<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Removing annoying CSS borders on Checkboxes and Radio buttons</title>
	<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/</link>
	<description>Nothing to do with standards, even less to do with wombats, only vaguely a blog</description>
	<pubDate>Fri, 21 Nov 2008 16:45:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Shanx</title>
		<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-157369</link>
		<pubDate>Tue, 11 Mar 2008 13:25:33 +0000</pubDate>
		<guid>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-157369</guid>
					<description>In your CSS, just do: 

a { outline: none }

Browsers that matter will respect it.</description>
		<content:encoded><![CDATA[<p>In your CSS, just do: </p>
<p>a { outline: none }</p>
<p>Browsers that matter will respect it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Brian</title>
		<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-99831</link>
		<pubDate>Mon, 10 Sep 2007 10:49:32 +0000</pubDate>
		<guid>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-99831</guid>
					<description>I know that this was originally posted about a year ago, butI have been looking for a workaround to this problem for weeks. Thanks for the tip.

Brian</description>
		<content:encoded><![CDATA[<p>I know that this was originally posted about a year ago, butI have been looking for a workaround to this problem for weeks. Thanks for the tip.</p>
<p>Brian
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: nick</title>
		<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-98065</link>
		<pubDate>Tue, 04 Sep 2007 21:19:47 +0000</pubDate>
		<guid>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-98065</guid>
					<description>do  you have to call this up through a body onload or can you just src it externally?</description>
		<content:encoded><![CDATA[<p>do  you have to call this up through a body onload or can you just src it externally?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: empoyy</title>
		<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-83498</link>
		<pubDate>Wed, 18 Jul 2007 04:12:48 +0000</pubDate>
		<guid>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-83498</guid>
					<description>it works... thanks bro..
 
- empoyy</description>
		<content:encoded><![CDATA[<p>it works&#8230; thanks bro..</p>
<p>- empoyy
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: rskumar</title>
		<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-69511</link>
		<pubDate>Thu, 07 Jun 2007 15:36:16 +0000</pubDate>
		<guid>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-69511</guid>
					<description>Hi Kim,

Great! Finally your code works.

Thanks a lot!!

rskumar</description>
		<content:encoded><![CDATA[<p>Hi Kim,</p>
<p>Great! Finally your code works.</p>
<p>Thanks a lot!!</p>
<p>rskumar
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tiago Faro</title>
		<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-49315</link>
		<pubDate>Wed, 18 Apr 2007 15:49:46 +0000</pubDate>
		<guid>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-49315</guid>
					<description>Very nice, solved my problem.

Thanks!

Tiago</description>
		<content:encoded><![CDATA[<p>Very nice, solved my problem.</p>
<p>Thanks!</p>
<p>Tiago
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Lloydi</title>
		<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-47140</link>
		<pubDate>Tue, 10 Apr 2007 10:48:39 +0000</pubDate>
		<guid>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-47140</guid>
					<description>@Kim - again, it may work, but you don't really want to have to mark up each and every input element with a checkbox.

@Pedro - you got fish out of this? Are we on the same page, so to speak? :-D</description>
		<content:encoded><![CDATA[<p>@Kim - again, it may work, but you don&#8217;t really want to have to mark up each and every input element with a checkbox.</p>
<p>@Pedro - you got fish out of this? Are we on the same page, so to speak? :-D
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kim</title>
		<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-46351</link>
		<pubDate>Sat, 07 Apr 2007 23:57:58 +0000</pubDate>
		<guid>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-46351</guid>
					<description>Here is my solution; works great in both IE and FF:
style=&quot;margin:0px;_margin:-3px&quot;
Only IE understands the &quot;_&quot; character, FF ignores it.</description>
		<content:encoded><![CDATA[<p>Here is my solution; works great in both IE and FF:<br />
style=&#8221;margin:0px;_margin:-3px&#8221;<br />
Only IE understands the &#8220;_&#8221; character, FF ignores it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pedro</title>
		<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-22575</link>
		<pubDate>Thu, 25 Jan 2007 18:33:50 +0000</pubDate>
		<guid>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-22575</guid>
					<description>Great. Copy-paste-and work.

Thanks for all the fish.</description>
		<content:encoded><![CDATA[<p>Great. Copy-paste-and work.</p>
<p>Thanks for all the fish.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: James</title>
		<link>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-22138</link>
		<pubDate>Tue, 23 Jan 2007 14:01:00 +0000</pubDate>
		<guid>http://lloydi.com/blog/2006/08/30/remove-css-borders-radio-checkboxes/#comment-22138</guid>
					<description>I'm not like a mega noob or anything, but i tried your code and the border insists on staying....
perhaps i've put it in the wrong place,         perhaps IE hates me
But my checkbox has the border around the white box and then a black border around that :&amp;#124;</description>
		<content:encoded><![CDATA[<p>I&#8217;m not like a mega noob or anything, but i tried your code and the border insists on staying&#8230;.<br />
perhaps i&#8217;ve put it in the wrong place,         perhaps IE hates me<br />
But my checkbox has the border around the white box and then a black border around that :|
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
