<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Callum Macdonald &#187; ie bugs</title>
	<atom:link href="http://www.callum-macdonald.com/tag/ie-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.callum-macdonald.com</link>
	<description>Callum on life</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:52:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>IE and CheckBoxElement</title>
		<link>http://www.callum-macdonald.com/2008/03/19/ie-and-checkboxelement/</link>
		<comments>http://www.callum-macdonald.com/2008/03/19/ie-and-checkboxelement/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 16:45:58 +0000</pubDate>
		<dc:creator>Callum</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[CheckBoxElement]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie bugs]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie7 bugs]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.callum-macdonald.com/2008/03/19/ie-and-checkboxelement/</guid>
		<description><![CDATA[If you name a class anythingCheckBoxElement it will cause wonkiness in IE. Very frustrating. Took me almost 6 weeks to figure this out. The behaviour I experienced was that a div wouldn&#8217;t move properly when other divs around it were &#8230; <a href="http://www.callum-macdonald.com/2008/03/19/ie-and-checkboxelement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you name a class anythingCheckBoxElement it will cause wonkiness in IE. Very frustrating. Took me almost 6 weeks to figure this out.</p>
<p>The behaviour I experienced was that a div wouldn&#8217;t move properly when other divs around it were moved. Changing the class name of a child table row to filterCheckBoxElement2 resolved the problem. It would seem that CheckBoxElement is a reserved word and may not appear at the start or end of any names. Weird.</p>
<p>Naturally, the vastly superior <a href="http://firefox.com/" title="Firefox - the ultimate browser!" target="_blank">Firefox</a> has no such limitation! <img src='http://www.callum-macdonald.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.callum-macdonald.com/2008/03/19/ie-and-checkboxelement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

