<?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: Dynamic CSS&#160;Changes</title>
	<atom:link href="http://particletree.com/notebook/dynamic-css-changes/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/notebook/dynamic-css-changes/</link>
	<description>Everyone needs a hug.</description>
	<lastBuildDate>Mon, 16 Nov 2009 21:43:07 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maximus Decimus</title>
		<link>http://particletree.com/notebook/dynamic-css-changes/comment-page-1/#comment-21046</link>
		<dc:creator>Maximus Decimus</dc:creator>
		<pubDate>Thu, 24 May 2007 17:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/dynamic-css-changes/#comment-21046</guid>
		<description>&lt;p&gt;Everyone needs a hug and a smile.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a hug and a smile.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jane Xin</title>
		<link>http://particletree.com/notebook/dynamic-css-changes/comment-page-1/#comment-20484</link>
		<dc:creator>Jane Xin</dc:creator>
		<pubDate>Mon, 02 Apr 2007 21:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/dynamic-css-changes/#comment-20484</guid>
		<description>&lt;p&gt;do you have examples of writing to cookies so that a customer would keep his choice of style so that when he visit the site next time the site will know his style preference?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>do you have examples of writing to cookies so that a customer would keep his choice of style so that when he visit the site next time the site will know his style preference?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: du yu</title>
		<link>http://particletree.com/notebook/dynamic-css-changes/comment-page-1/#comment-17613</link>
		<dc:creator>du yu</dc:creator>
		<pubDate>Tue, 13 Feb 2007 02:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/dynamic-css-changes/#comment-17613</guid>
		<description>&lt;p&gt;thank you :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thank you :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: hoho</title>
		<link>http://particletree.com/notebook/dynamic-css-changes/comment-page-1/#comment-8493</link>
		<dc:creator>hoho</dc:creator>
		<pubDate>Wed, 03 Jan 2007 15:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/dynamic-css-changes/#comment-8493</guid>
		<description>&lt;p&gt;alert(&quot;too bad&quot;)
hey!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>alert(&#8220;too bad&#8221;)
hey!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: hoho</title>
		<link>http://particletree.com/notebook/dynamic-css-changes/comment-page-1/#comment-8492</link>
		<dc:creator>hoho</dc:creator>
		<pubDate>Wed, 03 Jan 2007 15:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/dynamic-css-changes/#comment-8492</guid>
		<description>&lt;p&gt;Evelyne feeds a bug.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Evelyne feeds a bug.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kourge</title>
		<link>http://particletree.com/notebook/dynamic-css-changes/comment-page-1/#comment-7520</link>
		<dc:creator>kourge</dc:creator>
		<pubDate>Fri, 29 Dec 2006 15:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/dynamic-css-changes/#comment-7520</guid>
		<description>&lt;p&gt;This also works in IE and Firefox:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;
el = document.getElementById(&#039;pageBody&#039;);
el.style.backgroundColor = &#039;&#039;;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It uses an empty string instead of &lt;code&gt;null&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This also works in IE and Firefox:</p>

<pre><code>
el = document.getElementById('pageBody');
el.style.backgroundColor = '';
</code></pre>

<p>It uses an empty string instead of <code>null</code></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://particletree.com/notebook/dynamic-css-changes/comment-page-1/#comment-6452</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 23 Dec 2006 12:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/dynamic-css-changes/#comment-6452</guid>
		<description>&lt;p&gt;Is there a way to dynamically define a class?  I have a script that generates the CSS inline styles and on rollover, I want to dynamically create a class and have it assigned to the element. That is, the class is not hard coded anywhere, it&#039;s generated on the fly and assigned on the fly (rather than assigning the individual elements).&lt;/p&gt;

&lt;p&gt;Moo-Choo-Grassy-Ass!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there a way to dynamically define a class?  I have a script that generates the CSS inline styles and on rollover, I want to dynamically create a class and have it assigned to the element. That is, the class is not hard coded anywhere, it&#8217;s generated on the fly and assigned on the fly (rather than assigning the individual elements).</p>

<p>Moo-Choo-Grassy-Ass!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://particletree.com/notebook/dynamic-css-changes/comment-page-1/#comment-6095</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 21 Dec 2006 00:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/dynamic-css-changes/#comment-6095</guid>
		<description>&lt;p&gt;Thanks Bramus, adding &quot;px&quot; solved all my problems!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Bramus, adding &#8220;px&#8221; solved all my problems!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Qwerty</title>
		<link>http://particletree.com/notebook/dynamic-css-changes/comment-page-1/#comment-3648</link>
		<dc:creator>Qwerty</dc:creator>
		<pubDate>Fri, 24 Nov 2006 22:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/dynamic-css-changes/#comment-3648</guid>
		<description>&lt;p&gt;Everyone needs $.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs $.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: zhaiudo</title>
		<link>http://particletree.com/notebook/dynamic-css-changes/comment-page-1/#comment-3252</link>
		<dc:creator>zhaiudo</dc:creator>
		<pubDate>Thu, 16 Nov 2006 08:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/notebook/dynamic-css-changes/#comment-3252</guid>
		<description>&lt;p&gt;i love it, simple and easy, thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i love it, simple and easy, thanks.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.231 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-17 00:24:32 -->
