<?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: Dynamically adding CSS through Javascript</title>
	<atom:link href="http://www.tomhoppe.com/index.php/2008/03/dynamically-adding-css-through-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomhoppe.com/index.php/2008/03/dynamically-adding-css-through-javascript/</link>
	<description>The online home of Tom Hoppe. Mountain Bike and Car racer, Web Developer, Beer drinker, photographer among other things. Also on facebook.com/trhoppe.</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:03:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Vinod</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/dynamically-adding-css-through-javascript/comment-page-1/#comment-1600</link>
		<dc:creator>Vinod</dc:creator>
		<pubDate>Wed, 02 Nov 2011 09:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/dynamically-adding-css-through-javascript/#comment-1600</guid>
		<description>Awesome!! thx :)</description>
		<content:encoded><![CDATA[<p>Awesome!! thx <img src='http://www.tomhoppe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Runtime dynamic HTML page elements &#171; Dale&#039;s Blog</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/dynamically-adding-css-through-javascript/comment-page-1/#comment-1558</link>
		<dc:creator>Runtime dynamic HTML page elements &#171; Dale&#039;s Blog</dc:creator>
		<pubDate>Thu, 18 Aug 2011 13:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/dynamically-adding-css-through-javascript/#comment-1558</guid>
		<description>[...] work. I have attempted to comment where it makes most sense. As you can see, this is adapted from this site, however I had to build in a lot more dynamicity:  function addNode(nodeType, secondParm, [...]</description>
		<content:encoded><![CDATA[<p>[...] work. I have attempted to comment where it makes most sense. As you can see, this is adapted from this site, however I had to build in a lot more dynamicity:  function addNode(nodeType, secondParm, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemant Negi</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/dynamically-adding-css-through-javascript/comment-page-1/#comment-1547</link>
		<dc:creator>Hemant Negi</dc:creator>
		<pubDate>Sat, 30 Jul 2011 19:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/dynamically-adding-css-through-javascript/#comment-1547</guid>
		<description>Thank you Very much This Helped A lot.
I was messing my head with the stupid ie thing not working by just innerHTML,
Appreciable Help Thaks.... Good LUCK..</description>
		<content:encoded><![CDATA[<p>Thank you Very much This Helped A lot.<br />
I was messing my head with the stupid ie thing not working by just innerHTML,<br />
Appreciable Help Thaks&#8230;. Good LUCK..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Pelton</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/dynamically-adding-css-through-javascript/comment-page-1/#comment-1533</link>
		<dc:creator>Mike Pelton</dc:creator>
		<pubDate>Thu, 09 Jun 2011 13:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/dynamically-adding-css-through-javascript/#comment-1533</guid>
		<description>Well I was close, but I wouldn&#039;t have got to this without your help. Many thanks indeed!</description>
		<content:encoded><![CDATA[<p>Well I was close, but I wouldn&#8217;t have got to this without your help. Many thanks indeed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/dynamically-adding-css-through-javascript/comment-page-1/#comment-1410</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 04 Feb 2011 14:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/dynamically-adding-css-through-javascript/#comment-1410</guid>
		<description>Cool, thanks.</description>
		<content:encoded><![CDATA[<p>Cool, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Fitzgerald</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/dynamically-adding-css-through-javascript/comment-page-1/#comment-953</link>
		<dc:creator>Patrick Fitzgerald</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/dynamically-adding-css-through-javascript/#comment-953</guid>
		<description>If using jQuery, the following works:

$(&#039;&lt;style type=&quot;text/css&quot;&gt;#foo { background: #000; } &lt;/style&gt;&#039;).appendTo(&quot;head&quot;);</description>
		<content:encoded><![CDATA[<p>If using jQuery, the following works:</p>
<p>$(&#8216;&lt;style type=&#8221;text/css&#8221;&gt;#foo { background: #000; } &lt;/style&gt;&#8217;).appendTo(&#8220;head&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Wible</title>
		<link>http://www.tomhoppe.com/index.php/2008/03/dynamically-adding-css-through-javascript/comment-page-1/#comment-11</link>
		<dc:creator>Chris Wible</dc:creator>
		<pubDate>Mon, 25 Aug 2008 17:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://tomhoppe.com/blog/index.php/2008/03/dynamically-adding-css-through-javascript/#comment-11</guid>
		<description>thank you! I&#039;ve been beating my head on the desk for an hour on this one. You rock.</description>
		<content:encoded><![CDATA[<p>thank you! I&#8217;ve been beating my head on the desk for an hour on this one. You rock.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

