<?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"
	>
<channel>
	<title>Comments on: CSS Random Background Image Rotation</title>
	<atom:link href="http://www.thought-after.com/2006/05/css-random-background-image-rotation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/</link>
	<description>Web development and geeky stuff by Lafinboy</description>
	<pubDate>Sat, 22 Nov 2008 05:34:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>By: Henrique</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/#comment-540</link>
		<dc:creator>Henrique</dc:creator>
		<pubDate>Wed, 05 Nov 2008 15:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-540</guid>
		<description>Lafinboy,

Thanks for posting this great script. I successfully installed it on my 
css/php website!
But I have one question: I would like to have a link and an alternate
text to this background image. Is that possible? 
Or would I have to change from your php/css script to some javascript?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Lafinboy,</p>
<p>Thanks for posting this great script. I successfully installed it on my<br />
css/php website!<br />
But I have one question: I would like to have a link and an alternate<br />
text to this background image. Is that possible?<br />
Or would I have to change from your php/css script to some javascript?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristy</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/#comment-385</link>
		<dc:creator>Kristy</dc:creator>
		<pubDate>Thu, 16 Oct 2008 13:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-385</guid>
		<description>Hey there.  I just switched the code to put the images in my &#60;page&#62;
Everything is working great.
Thanks for all the help.!!</description>
		<content:encoded><![CDATA[<p>Hey there.  I just switched the code to put the images in my &lt;page&gt;<br />
Everything is working great.<br />
Thanks for all the help.!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristy</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/#comment-384</link>
		<dc:creator>Kristy</dc:creator>
		<pubDate>Thu, 16 Oct 2008 12:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-384</guid>
		<description>Awesome, you're amazing!  It's working....but how do I make the image not repeat???</description>
		<content:encoded><![CDATA[<p>Awesome, you&#039;re amazing!  It&#039;s working&#8230;.but how do I make the image not repeat???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lafinboy</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/#comment-383</link>
		<dc:creator>Lafinboy</dc:creator>
		<pubDate>Thu, 16 Oct 2008 12:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-383</guid>
		<description>Hi Kristy - no problem, let's see if we can get you through this step by step.

Step 1: in your html page, replace [code lang="html"]&lt;style type="text/css"&gt; @import url("http://www.politicsoflonely.com/img/random-images/");&lt;/style&gt;[/code] with [code lang="html"]&lt;style type="text/css"&gt; @import url("http://www.politicsoflonely.com/assets/dynamic_css.php");&lt;/style&gt;[/code]

Step 2: in your html page, edit the &#60;body&#62; element so that it reads [code lang="html"]&lt;body id="body"&gt;[/code]

The reason for step 2 is that the dynamic_css script targets an element on the page by it's ID value. Give that a go and see what happens.&lt;/body&gt;</description>
		<content:encoded><![CDATA[<p>Hi Kristy - no problem, let&#039;s see if we can get you through this step by step.</p>
<p>Step 1: in your html page, replace
<div class="codesnip-container" >
<div class="codesnip" style="font-family: monospace;"><span class="sc2"><a href="http://december.com/html/4/element/style.html"><span class="kw2">&lt;style</span></a> <span class="kw3">type</span>=<span class="st0">&quot;text/css&quot;</span><span class="kw2">&gt;</span></span> @import url(&quot;http://www.politicsoflonely.com/img/random-images/&quot;);<span class="sc2"><span class="kw2">&lt;/style&gt;</span></span></div>
</div>
<p> with
<div class="codesnip-container" >
<div class="codesnip" style="font-family: monospace;"><span class="sc2"><a href="http://december.com/html/4/element/style.html"><span class="kw2">&lt;style</span></a> <span class="kw3">type</span>=<span class="st0">&quot;text/css&quot;</span><span class="kw2">&gt;</span></span> @import url(&quot;http://www.politicsoflonely.com/assets/dynamic_css.php&quot;);<span class="sc2"><span class="kw2">&lt;/style&gt;</span></span></div>
</div>
<p>Step 2: in your html page, edit the &lt;body&gt; element so that it reads
<div class="codesnip-container" >
<div class="codesnip" style="font-family: monospace;"><span class="sc2"><a href="http://december.com/html/4/element/body.html"><span class="kw2">&lt;body</span></a> <span class="kw3">id</span>=<span class="st0">&quot;body&quot;</span><span class="kw2">&gt;</span></span></div>
</div>
<p>The reason for step 2 is that the dynamic_css script targets an element on the page by it&#039;s ID value. Give that a go and see what happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristy</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/#comment-381</link>
		<dc:creator>Kristy</dc:creator>
		<pubDate>Thu, 16 Oct 2008 11:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-381</guid>
		<description>Hi there,
Thanks so much for the quick response.  I changed the import directive as you stated I should.  But as far as the body in the CSS goes, there is not a number sign...  I'm still confused.  I thought by directing the dynamic_css to the body it would load automatically... 
Thanks,
I'm a total newbie!</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Thanks so much for the quick response.  I changed the import directive as you stated I should.  But as far as the body in the CSS goes, there is not a number sign&#8230;  I&#039;m still confused.  I thought by directing the dynamic_css to the body it would load automatically&#8230;<br />
Thanks,<br />
I&#039;m a total newbie!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lafinboy</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/#comment-380</link>
		<dc:creator>Lafinboy</dc:creator>
		<pubDate>Wed, 15 Oct 2008 22:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-380</guid>
		<description>Hi Kristy - change the css @import directive in your site to [code lang="php"]@import url("/assets/dynamic_css.php");[/code]
You have referenced an element with an ID of 'body' to be targetted by the dynamic css, but there is no element with that ID on your page. Either add an ID attribute to the 
&#60;body&#62; element, or simply target the body in the stylesheet by removing the #.</description>
		<content:encoded><![CDATA[<p>Hi Kristy - change the css @import directive in your site to
<div class="codesnip-container" >
<div class="codesnip" style="font-family: monospace;">@import url<span class="br0">&#40;</span><span class="st0">&quot;/assets/dynamic_css.php&quot;</span><span class="br0">&#41;</span>;</div>
</div>
<p>You have referenced an element with an ID of &#039;body&#039; to be targetted by the dynamic css, but there is no element with that ID on your page. Either add an ID attribute to the<br />
&lt;body&gt; element, or simply target the body in the stylesheet by removing the #.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristy</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/#comment-378</link>
		<dc:creator>Kristy</dc:creator>
		<pubDate>Wed, 15 Oct 2008 17:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-378</guid>
		<description>Hi there,
I can't seem to get this script to run properly.  I'm not sure where the problem lies....  No doubt it is me. (lol)  So.  I followed the instructions and still can't get it going.  Please help me out.
The url is politicsoflonely.com
Cheers,
Kristy</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I can&#039;t seem to get this script to run properly.  I&#039;m not sure where the problem lies&#8230;.  No doubt it is me. (lol)  So.  I followed the instructions and still can&#039;t get it going.  Please help me out.<br />
The url is politicsoflonely.com<br />
Cheers,<br />
Kristy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lafinboy</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/#comment-368</link>
		<dc:creator>Lafinboy</dc:creator>
		<pubDate>Mon, 13 Oct 2008 21:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-368</guid>
		<description>@ Fco Javier - the problem with you installation is totally my fault! I recently rebuilt this blog and overlooked the replacement of fancy quotes in code blocks. It is the fancy quotes in the code you have copied that is causing the problem. I have fixed the issue on the blog - you should now copy the dynamic_css.php code again and paste it into your file. Once done everything should be good.</description>
		<content:encoded><![CDATA[<p>@ Fco Javier - the problem with you installation is totally my fault! I recently rebuilt this blog and overlooked the replacement of fancy quotes in code blocks. It is the fancy quotes in the code you have copied that is causing the problem. I have fixed the issue on the blog - you should now copy the dynamic_css.php code again and paste it into your file. Once done everything should be good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fco Javier</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/#comment-367</link>
		<dc:creator>Fco Javier</dc:creator>
		<pubDate>Mon, 13 Oct 2008 13:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-367</guid>
		<description>Sorry the correct direction is: 
www.pkipublicidad.com/pkipublicidad (I have to make the alias for this direction)</description>
		<content:encoded><![CDATA[<p>Sorry the correct direction is:<br />
<a href="http://www.pkipublicidad.com/pkipublicidad" rel="nofollow">http://www.pkipublicidad.com/pkipublicidad</a> (I have to make the alias for this direction)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fco Javier</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/#comment-366</link>
		<dc:creator>Fco Javier</dc:creator>
		<pubDate>Mon, 13 Oct 2008 13:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-366</guid>
		<description>I have been fighting with your code (and several other php codes) for randomice my wordpress background... but until now without success... so if you can help me....

The website (in construction)... www.pkipublicidad.com

Our code

(cant send the code... wp-ids block my message), please send me a e-mail direction to send you the code...





Thanks for all... and if you need more info... please ask me.</description>
		<content:encoded><![CDATA[<p>I have been fighting with your code (and several other php codes) for randomice my wordpress background&#8230; but until now without success&#8230; so if you can help me&#8230;.</p>
<p>The website (in construction)&#8230; <a href="http://www.pkipublicidad.com" rel="nofollow">http://www.pkipublicidad.com</a></p>
<p>Our code</p>
<p>(cant send the code&#8230; wp-ids block my message), please send me a e-mail direction to send you the code&#8230;</p>
<p>Thanks for all&#8230; and if you need more info&#8230; please ask me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
