<?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>Tutorial Blog &#187; CSS</title>
	<atom:link href="http://tutorialblog.org/web-design/css-web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialblog.org</link>
	<description>High Quality Photoshop Tutorials, Wordpress Tips and other Great Things...</description>
	<lastBuildDate>Tue, 22 May 2012 04:11:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Design is in the Details: Using CSS Selection Pseudo-Classes to Declare Your Team Spirit</title>
		<link>http://tutorialblog.org/design-details-use-css3-selection-declarations/</link>
		<comments>http://tutorialblog.org/design-details-use-css3-selection-declarations/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 21:30:25 +0000</pubDate>
		<dc:creator>Barbara Holbrook</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css effects]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[pseudo classes]]></category>
		<category><![CDATA[text selection]]></category>

		<guid isPermaLink="false">http://tutorialblog.org/?p=6525</guid>
		<description><![CDATA[<p>I&#8217;m hesitant to admit it, but I&#8217;m not a huge football fan. My boyfriend, however, loves &#8220;his&#8221; team — the USC Trojans. And if there&#8217;s one thing I&#8217;ve learned over the years, it&#8217;s that football fans will use any excuse to dress up or decorate with their team colors. Actually, real fans don&#8217;t even need [...]</p><p><a href="http://tutorialblog.org/design-details-use-css3-selection-declarations/">Design is in the Details: Using CSS Selection Pseudo-Classes to Declare Your Team Spirit</a> is a post from: <a href="http://tutorialblog.org">Tutorial Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-6783" title="css3-selection-declaration" src="http://tutorialblog.org/wp-content/uploads/2010/09/css3-selection-tool.jpg" alt="css3 using selection pseudo-classes" width="300" height="200" />I&#8217;m hesitant to admit it, but I&#8217;m not a huge football fan. My boyfriend, however, loves &#8220;his&#8221; team — the USC Trojans. And if there&#8217;s one thing I&#8217;ve learned over the years, it&#8217;s that football fans will use any excuse to dress up or decorate with their team colors. Actually, real fans don&#8217;t even need a reason to show team spirit.</p>
<p>So, in honor of football fans everywhere and to kick off the fall football season in America, I thought it would be fun to show how to use one of the <em>new tools in CSS3</em> to decorate a web page with your team colors. Let&#8217;s play with the selection declaration.</p>
<p>There are many neat design tricks in CSS3. The selection declaration — ::selection — is a quick way to add some polish onto a design and give a website the &#8220;wow&#8221; factor that really makes clients happy. Using a .selection class can override the operating system&#8217;s default highlight color with any color you specify.</p>
<p>As with so many of the best html and css goodies, browser support varies. Safari and Firefox both recognize the selection declaration, but you&#8217;ll need to implement the code a bit differently for each browser. Here&#8217;s how to use CSS3&#8242;s new selection declaration to add a dash of unexpected color to your web design.(...)<br/>Read the rest of <a href="http://tutorialblog.org/design-details-use-css3-selection-declarations/">Design is in the Details: Using CSS Selection Pseudo-Classes to Declare Your Team Spirit</a> (248 words)</p>
<hr />
<p><small>&copy; Barbara Holbrook for <a href="http://tutorialblog.org">Tutorial Blog</a>, 2010. |
<a href="http://tutorialblog.org/design-details-use-css3-selection-declarations/">Permalink</a> |
<a href="http://tutorialblog.org/design-details-use-css3-selection-declarations/#comments">9 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://tutorialblog.org/design-details-use-css3-selection-declarations/&amp;title=Design is in the Details: Using CSS Selection Pseudo-Classes to Declare Your Team Spirit">del.icio.us</a>
<br/>
Post tags: <a href="http://tutorialblog.org/tag/css-effects/" rel="tag">css effects</a>, <a href="http://tutorialblog.org/tag/css3/" rel="tag">css3</a>, <a href="http://tutorialblog.org/tag/pseudo-classes/" rel="tag">pseudo classes</a>, <a href="http://tutorialblog.org/tag/text-selection/" rel="tag">text selection</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<p><a href="http://tutorialblog.org/design-details-use-css3-selection-declarations/">Design is in the Details: Using CSS Selection Pseudo-Classes to Declare Your Team Spirit</a> is a post from: <a href="http://tutorialblog.org">Tutorial Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://tutorialblog.org/design-details-use-css3-selection-declarations/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Create a Hover Effect Using CSS</title>
		<link>http://tutorialblog.org/how-to-create-hover-effect-using-css/</link>
		<comments>http://tutorialblog.org/how-to-create-hover-effect-using-css/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 20:24:03 +0000</pubDate>
		<dc:creator>Barbara Holbrook</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Website design]]></category>
		<category><![CDATA[css effects]]></category>

		<guid isPermaLink="false">http://tutorialblog.org/?p=6507</guid>
		<description><![CDATA[<p>Hover effects, rollovers, super-fancy link styles — regardless of what you call them — are a great way to get extra bang for your buck when putting together a website. Today we&#8217;ll be learning how to add a unique and creative feature to your website&#8217;s links using CSS. Using CSS Pseudo Classes, we can alter [...]</p><p><a href="http://tutorialblog.org/how-to-create-hover-effect-using-css/">How to Create a Hover Effect Using CSS</a> is a post from: <a href="http://tutorialblog.org">Tutorial Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p><em>Hover effects</em>, rollovers, super-fancy link styles — regardless of what you call them — are a great way to get extra bang for your buck when putting together a website.</p>
<p>Today we&#8217;ll be learning how to add a unique and creative feature to your website&#8217;s links using CSS. Using CSS Pseudo Classes, we can alter every aspect of a link when a visitor &#8220;hovers&#8221; over it, or puts their cursor over the link. (...)<br/>Read the rest of <a href="http://tutorialblog.org/how-to-create-hover-effect-using-css/">How to Create a Hover Effect Using CSS</a> (543 words)</p>
<hr />
<p><small>&copy; Barbara Holbrook for <a href="http://tutorialblog.org">Tutorial Blog</a>, 2010. |
<a href="http://tutorialblog.org/how-to-create-hover-effect-using-css/">Permalink</a> |
<a href="http://tutorialblog.org/how-to-create-hover-effect-using-css/#comments">14 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://tutorialblog.org/how-to-create-hover-effect-using-css/&amp;title=How to Create a Hover Effect Using CSS">del.icio.us</a>
<br/>
Post tags: <a href="http://tutorialblog.org/tag/css-effects/" rel="tag">css effects</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<p><a href="http://tutorialblog.org/how-to-create-hover-effect-using-css/">How to Create a Hover Effect Using CSS</a> is a post from: <a href="http://tutorialblog.org">Tutorial Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://tutorialblog.org/how-to-create-hover-effect-using-css/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>CSS Tools: Free Templates</title>
		<link>http://tutorialblog.org/css-tools-free-templates/</link>
		<comments>http://tutorialblog.org/css-tools-free-templates/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 23:00:12 +0000</pubDate>
		<dc:creator>Joel Reyes</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Website design]]></category>
		<category><![CDATA[CSS Design]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://tutorialblog.org/?p=2617</guid>
		<description><![CDATA[<p>Most of us professionals who write and design in CSS like to save time while accurately being able to create a web template, with little or no mistake. One method for saving time that I&#8217;ve adopted and use from time to time is the copy-paste-modify method. You can copy and paste from other previous templates [...]</p><p><a href="http://tutorialblog.org/css-tools-free-templates/">CSS Tools: Free Templates</a> is a post from: <a href="http://tutorialblog.org">Tutorial Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>Most of us professionals who write and design in CSS like to save time while accurately being able to create a web template, with little or no mistake. One method for saving time that I&#8217;ve adopted and use from time to time is the copy-paste-modify method. You can copy and paste from other previous templates and at the same time modify the copied material in order to fulfill your current needs. This is a very useful time saving method that is simple, and can be used by anyone with little or advanced experience with CSS.</p>
<p>I have compiled a list of websites that offer completely free customizable <strong>CSS templates</strong>. I have used and modified many of these templates on different for different sites, therefore I know how safe and easy it is to download them right to your computer. Enjoy!(...)<br/>Read the rest of <a href="http://tutorialblog.org/css-tools-free-templates/">CSS Tools: Free Templates</a> (187 words)</p>
<hr />
<p><small>&copy; Joel for <a href="http://tutorialblog.org">Tutorial Blog</a>, 2008. |
<a href="http://tutorialblog.org/css-tools-free-templates/">Permalink</a> |
<a href="http://tutorialblog.org/css-tools-free-templates/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://tutorialblog.org/css-tools-free-templates/&amp;title=CSS Tools: Free Templates">del.icio.us</a>
<br/>
Post tags: <a href="http://tutorialblog.org/tag/css/" rel="tag">CSS</a>, <a href="http://tutorialblog.org/tag/css-design/" rel="tag">CSS Design</a>, <a href="http://tutorialblog.org/tag/free-templates/" rel="tag">Free Templates</a>, <a href="http://tutorialblog.org/tag/templates/" rel="tag">templates</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<p><a href="http://tutorialblog.org/css-tools-free-templates/">CSS Tools: Free Templates</a> is a post from: <a href="http://tutorialblog.org">Tutorial Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://tutorialblog.org/css-tools-free-templates/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

