<?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: IEMobile 6/7 bug: classes and id not supported on the HTML element</title>
	<atom:link href="http://davidbcalhoun.com/2009/another-iemobile-bug-classes-and-id-not-supported-on-the-html-element/feed" rel="self" type="application/rss+xml" />
	<link>http://davidbcalhoun.com/2009/another-iemobile-bug-classes-and-id-not-supported-on-the-html-element</link>
	<description>Just another blog</description>
	<lastBuildDate>Mon, 14 May 2012 15:59:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: David</title>
		<link>http://davidbcalhoun.com/2009/another-iemobile-bug-classes-and-id-not-supported-on-the-html-element/comment-page-1#comment-139</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 19 Feb 2010 06:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://davidbcalhoun.com/?p=46#comment-139</guid>
		<description>Hi Robert, thanks for the comment.  Yeah, you&#039;re right, the body tag is the next best thing, and is probably more common.  I should have mentioned that as a possible solution.</description>
		<content:encoded><![CDATA[<p>Hi Robert, thanks for the comment.  Yeah, you&#8217;re right, the body tag is the next best thing, and is probably more common.  I should have mentioned that as a possible solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://davidbcalhoun.com/2009/another-iemobile-bug-classes-and-id-not-supported-on-the-html-element/comment-page-1#comment-138</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 19 Feb 2010 05:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://davidbcalhoun.com/?p=46#comment-138</guid>
		<description>Instead of attaching an id or class on the html tag, attach them on the body tag. I do this all the time. For example, by dynamically changing the class on the body tag I can change the look and feel of a page:

body.red h1 { color: red; }
body.red p { font-size: 14pt; }

body.green h1 {color: green; }
body.green p {font-size: 12pt; font-weight: bold; }</description>
		<content:encoded><![CDATA[<p>Instead of attaching an id or class on the html tag, attach them on the body tag. I do this all the time. For example, by dynamically changing the class on the body tag I can change the look and feel of a page:</p>
<p>body.red h1 { color: red; }<br />
body.red p { font-size: 14pt; }</p>
<p>body.green h1 {color: green; }<br />
body.green p {font-size: 12pt; font-weight: bold; }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

