<?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>Dynamic Guru &#187; css</title>
	<atom:link href="http://www.dynamicguru.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dynamicguru.com</link>
	<description>Web design, Web development ,WordPress themes , php &#38; random techy stuff</description>
	<lastBuildDate>Sun, 22 Jan 2012 13:55:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A problem with float and clear that drove me crazy!</title>
		<link>http://www.dynamicguru.com/html/a-problem-with-float-and-clear-that-drove-me-mad/</link>
		<comments>http://www.dynamicguru.com/html/a-problem-with-float-and-clear-that-drove-me-mad/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:47:05 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[wordpress gallery]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/2009/06/a-problem-with-float-and-clear-that-drove-me-mad/</guid>
		<description><![CDATA[Yesterday i had submitted this wordpress theme of mine to the official wordpress theme directory. I got a feedback from the guys there stating that my theme wasnt valid as it had some issues and they asked me to fix them and upload again. I was able to fix all the issues but one, ant ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/html/a-problem-with-float-and-clear-that-drove-me-mad/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to change cursors on web pages</title>
		<link>http://www.dynamicguru.com/html/how-to-change-cursors-on-web-pages/</link>
		<comments>http://www.dynamicguru.com/html/how-to-change-cursors-on-web-pages/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:04:29 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/blog/?p=1</guid>
		<description><![CDATA[The &#8220;cursor&#8221; property of css allows you to change the mouse cursor either for the complete page or for specific elements
The following example illustrates the use of the &#8220;cursor&#8221; property of css:


//This changes the cursor for the complete page
body &#123;
cursor:url&#40;cursor.cur&#41;;
&#125;

//This changes the cursor only for the element of class fancy
.fancy&#123;
cursor:url&#40;fancy_cursor.ani&#41;;
&#125;


Cursors are files with extension .cur ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/html/how-to-change-cursors-on-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

