<?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>dreamluverz collection &#187; css</title>
	<atom:link href="http://dreamluverz.com/category/developers-tools/css/feed" rel="self" type="application/rss+xml" />
	<link>http://dreamluverz.com</link>
	<description>Never stop dreaming, until you&#039;re ready to wake up and make it happen</description>
	<lastBuildDate>Mon, 05 Mar 2012 13:56:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>css: display vs visibility</title>
		<link>http://dreamluverz.com/developers-tools/css/css-display-vs-visibility</link>
		<comments>http://dreamluverz.com/developers-tools/css/css-display-vs-visibility#comments</comments>
		<pubDate>Fri, 22 May 2009 06:51:52 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[css display]]></category>
		<category><![CDATA[css visibility]]></category>
		<category><![CDATA[display in css]]></category>
		<category><![CDATA[display vs visibility]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=610</guid>
		<description><![CDATA[Tip: Even invisible elements takes up space on the page. Use the &#8220;display&#8221; property to create invisible elements that do not take up space. Definition The visibility property sets if an element should be visible or invisible. Inherited: No Tip: &#8230; <a href="http://dreamluverz.com/developers-tools/css/css-display-vs-visibility">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/css/css-display-vs-visibility/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css: word wrap</title>
		<link>http://dreamluverz.com/developers-tools/css/css-word-wrap</link>
		<comments>http://dreamluverz.com/developers-tools/css/css-word-wrap#comments</comments>
		<pubDate>Fri, 22 May 2009 06:47:45 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[css word wrap]]></category>
		<category><![CDATA[word break]]></category>
		<category><![CDATA[word break css]]></category>
		<category><![CDATA[word wrap]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=608</guid>
		<description><![CDATA[Sample of word wrap or break word in css word-wrap:break-word]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/css/css-word-wrap/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>multi level menu js less</title>
		<link>http://dreamluverz.com/developers-tools/javascript/multi-level-menu-js-less</link>
		<comments>http://dreamluverz.com/developers-tools/javascript/multi-level-menu-js-less#comments</comments>
		<pubDate>Fri, 22 May 2009 06:44:52 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js menu]]></category>
		<category><![CDATA[menu js less]]></category>
		<category><![CDATA[multi level menu]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=606</guid>
		<description><![CDATA[Meet the markup To start, we should use the best method for defining a navigation menu â€” a list. For this example, we will work on a simple HTML unordered list. {Line wraps are marked Â». â€“Ed.} &#60;ul&#62; &#60;li&#62;Sunfishes &#60;ul&#62; &#8230; <a href="http://dreamluverz.com/developers-tools/javascript/multi-level-menu-js-less">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/javascript/multi-level-menu-js-less/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ascii code on css</title>
		<link>http://dreamluverz.com/developers-tools/css/ascii-code-on-css</link>
		<comments>http://dreamluverz.com/developers-tools/css/ascii-code-on-css#comments</comments>
		<pubDate>Wed, 13 May 2009 06:02:29 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[apply ascii on css]]></category>
		<category><![CDATA[ascii code]]></category>
		<category><![CDATA[css and ascii]]></category>
		<category><![CDATA[sample of ascii code on css]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=551</guid>
		<description><![CDATA[sample: applying ascii code on css Â li:before { Â Â  content: "\00BB \0020"; }]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/css/ascii-code-on-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css and email: how to do it</title>
		<link>http://dreamluverz.com/developers-tools/css/css-and-email-how-to-do-it</link>
		<comments>http://dreamluverz.com/developers-tools/css/css-and-email-how-to-do-it#comments</comments>
		<pubDate>Thu, 15 Jan 2009 17:19:48 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[css and email]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=402</guid>
		<description><![CDATA[I&#8217;ve been having problem applying css on email. I almost wanted to sleep but bumping on these articles awoke my senses. You will find tips and guidelines on these urls so please read them for their explanations on how to &#8230; <a href="http://dreamluverz.com/developers-tools/css/css-and-email-how-to-do-it">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/css/css-and-email-how-to-do-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css visibility property: display vs visibility</title>
		<link>http://dreamluverz.com/developers-tools/css/css-visibility-property-display-vs-visibility</link>
		<comments>http://dreamluverz.com/developers-tools/css/css-visibility-property-display-vs-visibility#comments</comments>
		<pubDate>Sat, 10 Jan 2009 06:06:42 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[css visibility]]></category>
		<category><![CDATA[display hidden]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=399</guid>
		<description><![CDATA[Tip: Even invisible elements takes up space on the page. Use the &#8220;display&#8221; property to create invisible elements that do not take up space. source: http://www.w3schools.com/CSS/pr_class_visibility.asp]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/css/css-visibility-property-display-vs-visibility/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css: opacity</title>
		<link>http://dreamluverz.com/developers-tools/css/css-opacity</link>
		<comments>http://dreamluverz.com/developers-tools/css/css-opacity#comments</comments>
		<pubDate>Mon, 12 May 2008 01:34:18 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[opacity]]></category>
		<category><![CDATA[opaque]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=241</guid>
		<description><![CDATA[There&#8217;s an interesting site where you can use as a reference for opacity. You can check it here =&#62; http://www.mandarindesign.com/opacity.html W3C SAYS Opacity can be thought of conceptually as a postprocessing operation. Conceptually, after the element (including its children) is &#8230; <a href="http://dreamluverz.com/developers-tools/css/css-opacity">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/css/css-opacity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css: button_link</title>
		<link>http://dreamluverz.com/anything-under-the-moonlight/css-button_link</link>
		<comments>http://dreamluverz.com/anything-under-the-moonlight/css-button_link#comments</comments>
		<pubDate>Mon, 17 Mar 2008 14:42:52 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[anything under the moonlight]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/anything-under-the-moonlight/css-button_link</guid>
		<description><![CDATA[an example of making your link looks like a button .button_link{ border:#ccc 2px outset; color:#000; font-weight: bold; padding:2px 5px 2px 5px; margin:2px; text-decoration:none; } view]]></description>
		<wfw:commentRss>http://dreamluverz.com/anything-under-the-moonlight/css-button_link/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cursor types in css</title>
		<link>http://dreamluverz.com/developers-tools/css/cursor-types-in-css</link>
		<comments>http://dreamluverz.com/developers-tools/css/cursor-types-in-css#comments</comments>
		<pubDate>Mon, 03 Mar 2008 08:56:18 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[cursor]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/developers-tools/css/cursor-types-in-css</guid>
		<description><![CDATA[Possible Values Value Description url The url of a custom cursor to be used.Note: Always define a generic cursor at the end of the list in case none of the url-defined cursors can be used default The default cursor (often &#8230; <a href="http://dreamluverz.com/developers-tools/css/cursor-types-in-css">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/css/cursor-types-in-css/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>integrating &#8220;digg it&#8221; link with wordpress content</title>
		<link>http://dreamluverz.com/developers-tools/css/integrating-digg-it-link-with-wordpress</link>
		<comments>http://dreamluverz.com/developers-tools/css/integrating-digg-it-link-with-wordpress#comments</comments>
		<pubDate>Fri, 30 Nov 2007 05:33:27 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[digg it]]></category>
		<category><![CDATA[digg it wordpress]]></category>
		<category><![CDATA[integrate digg it]]></category>
		<category><![CDATA[integrate digg it on wordpress content]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/2007/11/30/integrating-digg-it-link-with-wordpress/</guid>
		<description><![CDATA[I&#8217;ve been working my butt around here juz to integrate this digg it link. I wanted it to float to the right with the use of different elements but still didn&#8217;t work. I tried different ways and at last I &#8230; <a href="http://dreamluverz.com/developers-tools/css/integrating-digg-it-link-with-wordpress">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/css/integrating-digg-it-link-with-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

