<?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>Anidan Design &#187; CSS</title>
	<atom:link href="http://anidandesign.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://anidandesign.com</link>
	<description>Web design, Wordpress, and Graphic Art, tips, tricks, and tidbits</description>
	<lastBuildDate>Wed, 21 Jul 2010 21:40:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Change the style of selected text</title>
		<link>http://anidandesign.com/css/change-the-style-of-selected-text-in-firefox/</link>
		<comments>http://anidandesign.com/css/change-the-style-of-selected-text-in-firefox/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:30:31 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://anidandesign.com/?p=752</guid>
		<description><![CDATA[I recently learned this neat little css snippet that allows you to style selected text (this only works in Firefox&#8230; but really&#8230; what else matters? ) Just put the following code somewhere into your stylesheet making sure to change the background and color to match your own design! For an example of this code in...]]></description>
			<content:encoded><![CDATA[<p>I recently learned this neat little css snippet that allows you to style selected text (this only works in Firefox&#8230; but really&#8230; what else matters? <img src='http://anidandesign.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>Just put the following code somewhere into your stylesheet making sure to change the background and color to match your own design! For an example of this code in action just select some of the text here on my site <img src='http://anidandesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #00AA00;">*:</span><span style="color: #3333ff;">:-moz-selection </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000</span> <span style="color: #993333;">none</span> <span style="color: #993333;">repeat</span> <span style="color: #993333;">scroll</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<h3>Update!</h3>
<p>This same effect can be used in Safari as well by including the following code:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #00AA00;">:</span><span style="color: #3333ff;">:selection </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000</span> <span style="color: #993333;">none</span> <span style="color: #993333;">repeat</span> <span style="color: #993333;">scroll</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Thanks to Andrew Houle of <a href="http://myinkblog.com" target="_blank">myinkblog.com</a> for that tip <img src='http://anidandesign.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ! </p>

	<h6 class="related">Related posts:</h6>
	<ul class="st-related-posts">
	<li><a href="http://anidandesign.com/wordpress/so-whats-with-the-smiley/" title="So what&#8217;s with the smiley? (March 31, 2010)">So what&#8217;s with the smiley?</a></li>
	<li><a href="http://anidandesign.com/mozilla-firefox/create-firefox-profile/" title="Problems with Firefox? You might need a new profile (August 26, 2008)">Problems with Firefox? You might need a new profile</a></li>
	<li><a href="http://anidandesign.com/web-design/css-one-pixel-notched-corner-trick/" title="One pixel notched corners as used by Google Analytics (May 16, 2008)">One pixel notched corners as used by Google Analytics</a></li>
	<li><a href="http://anidandesign.com/web-design/my-favorite-firefox-add-ons/" title="My Favorite Firefox Add-ons (November 9, 2008)">My Favorite Firefox Add-ons</a></li>
	<li><a href="http://anidandesign.com/web-design/css-text-wrapper/" title="CSS Text Wrapper (January 26, 2008)">CSS Text Wrapper</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/css/change-the-style-of-selected-text-in-firefox/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>One pixel notched corners as used by Google Analytics</title>
		<link>http://anidandesign.com/web-design/css-one-pixel-notched-corner-trick/</link>
		<comments>http://anidandesign.com/web-design/css-one-pixel-notched-corner-trick/#comments</comments>
		<pubDate>Fri, 16 May 2008 09:47:23 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://anidandesign.com/css/css-one-pixel-notched-corner-trick/</guid>
		<description><![CDATA[Yet another way to create rounded corners but this one uses no images...

<p><a title="The CSS guy" href="http://www.askthecssguy.com" target="_blank">The CSS guy</a> explains how to create rounded corners in CSS using the same notched corner approach as seen in the navigation of Google analytics. </p>

<p align="center"><a title="One pixel notched corners as used by Google Analytics (Ask the CSS Guy)" href="http://www.askthecssguy.com/2008/03/one_pixel_notched_corners_as_u.html" target="_blank"><img src="http://anidandesign.com/img/080328_analyticsnav.gif" class="pix" alt="Ask the CSS guy" /></a></p>]]></description>
			<content:encoded><![CDATA[<p>Yet another way to create rounded corners but this one uses no images&#8230;</p>
<p><a href="http://www.askthecssguy.com" title="The CSS guy" target="_blank">The CSS guy</a> explains how to create rounded corners in CSS using the same notched corner approach as seen in the navigation of Google analytics.</p>
<p align="center"><a href="http://www.askthecssguy.com/2008/03/one_pixel_notched_corners_as_u.html" title="One pixel notched corners as used by Google Analytics (Ask the CSS Guy)" target="_blank"><img src="http://anidandesign.com/img/080328_analyticsnav.gif" class="pix" alt="Ask the CSS guy" /></a></p>
<p>View full article &#8211;&gt; <a href="http://www.askthecssguy.com/2008/03/one_pixel_notched_corners_as_u.html" title="One pixel notched corners as used by Google Analytics (Ask the CSS Guy)" target="_blank">One pixel notched corners as used by Google Analytics (Ask the CSS Guy)</a></p>

	<h6 class="related">Related posts:</h6>
	<ul class="st-related-posts">
	<li><a href="http://anidandesign.com/wordpress/so-whats-with-the-smiley/" title="So what&#8217;s with the smiley? (March 31, 2010)">So what&#8217;s with the smiley?</a></li>
	<li><a href="http://anidandesign.com/web-design/css-text-wrapper/" title="CSS Text Wrapper (January 26, 2008)">CSS Text Wrapper</a></li>
	<li><a href="http://anidandesign.com/web-design/css-gradient-text-effect/" title="CSS Gradient Text Effect (January 21, 2008)">CSS Gradient Text Effect</a></li>
	<li><a href="http://anidandesign.com/css/change-the-style-of-selected-text-in-firefox/" title="Change the style of selected text (July 14, 2009)">Change the style of selected text</a></li>
	<li><a href="http://anidandesign.com/web-design/eight-fonts-you-probably-dont-use-but-should/" title="8 fonts you probably don&#8217;t use in css, but should (May 16, 2008)">8 fonts you probably don&#8217;t use in css, but should</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/web-design/css-one-pixel-notched-corner-trick/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>8 fonts you probably don&#8217;t use in css, but should</title>
		<link>http://anidandesign.com/web-design/eight-fonts-you-probably-dont-use-but-should/</link>
		<comments>http://anidandesign.com/web-design/eight-fonts-you-probably-dont-use-but-should/#comments</comments>
		<pubDate>Fri, 16 May 2008 09:31:40 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Fonts]]></category>

		<guid isPermaLink="false">http://anidandesign.com/css/eight-fonts-you-probably-dont-use-but-should/</guid>
		<description><![CDATA[Great reminder! I myself am totally guilty of using just a select few &#34;typical&#34; fonts such as arial and Georgia. This article is an excellent reminder of those &#34;forgotten&#34; fonts! Thank you <a title="3.7crea.tv - web design marketing podcast and blog" href="http://www.3point7designs.com/blog/" target="_blank">3.7crea.tv</a>!]]></description>
			<content:encoded><![CDATA[<p>Great reminder! I myself am totally guilty of using just a select few &quot;typical&quot; fonts such as arial and Georgia. This article is an excellent reminder of those &quot;forgotten&quot; fonts! Thank you <a title="3.7crea.tv - web design marketing podcast and blog" href="http://www.3point7designs.com/blog/" target="_blank">3.7crea.tv</a>! (Spend some time at this site, excellent css articles and I LOVE the site design!)</p>
<p align="center"><a title="8 fonts you probably don&#39;t use in css but should" href="http://www.3point7designs.com/blog/2008/05/08/8-fonts-you-probably-dont-use-in-css-but-should/" target="_blank"><img class="pix" alt="8 fonts you probably dont use but should" src="http://anidandesign.com/img/8fonts.jpg" /></a></p>
<p>View full article &#8211;&gt;&#160; <a href="http://www.3point7designs.com/blog/2008/05/08/8-fonts-you-probably-dont-use-in-css-but-should/">&#187; 8 fonts you probably don&#8217;t use in css, but should </a></p>

	<h6 class="related">Related posts:</h6>
	<ul class="st-related-posts">
	<li><a href="http://anidandesign.com/cool-tools/font-viewer/" title="Font Viewer (May 6, 2008)">Font Viewer</a></li>
	<li><a href="http://anidandesign.com/wordpress/so-whats-with-the-smiley/" title="So what&#8217;s with the smiley? (March 31, 2010)">So what&#8217;s with the smiley?</a></li>
	<li><a href="http://anidandesign.com/web-design/css-one-pixel-notched-corner-trick/" title="One pixel notched corners as used by Google Analytics (May 16, 2008)">One pixel notched corners as used by Google Analytics</a></li>
	<li><a href="http://anidandesign.com/web-design/css-text-wrapper/" title="CSS Text Wrapper (January 26, 2008)">CSS Text Wrapper</a></li>
	<li><a href="http://anidandesign.com/web-design/css-gradient-text-effect/" title="CSS Gradient Text Effect (January 21, 2008)">CSS Gradient Text Effect</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/web-design/eight-fonts-you-probably-dont-use-but-should/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS Text Wrapper</title>
		<link>http://anidandesign.com/web-design/css-text-wrapper/</link>
		<comments>http://anidandesign.com/web-design/css-text-wrapper/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 04:52:54 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://anidandesign.com/2008/css-text-wrapper</guid>
		<description><![CDATA[Have you ever wanted to wrap text around an unconventional shape? Check out this new tool from the Idea Shower that allows you to do just that. CSS Text Wrapper &#8220;The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around...]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to wrap text around an unconventional shape?</p>
<p>Check out this <a href="http://www.csstextwrap.com/" title="CSS Text Wrapper" target="_blank">new tool</a> from <a href="http://www.ideashower.com/" title="the Idea Shower" target="_blank">the Idea Shower</a> that allows you to do just that.</p>
<p><a href="http://www.csstextwrap.com/" title="CSS Text Wrapper" target="_blank"><img src="http://anidandesign.com/img/csstextwrapper.jpg" alt="CSS Text Wrapper by the Idea Shower" border="0" class="pix" /></a></p>
<p><a href="http://www.csstextwrap.com/" title="CSS Text Wrapper" target="_blank">CSS Text Wrapper</a></p>
<p>&#8220;The <a href="http://www.csstextwrap.com/" title="CSS Text Wrapper" target="_blank">CSS Text Wrapper</a> allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and right edges below and then copy the generated code to your website.&#8221;</p>

	<h6 class="related">Related posts:</h6>
	<ul class="st-related-posts">
	<li><a href="http://anidandesign.com/web-design/css-gradient-text-effect/" title="CSS Gradient Text Effect (January 21, 2008)">CSS Gradient Text Effect</a></li>
	<li><a href="http://anidandesign.com/cool-tools/flickr-tools-collection/" title="The Great Flickr Tools Collection (January 27, 2008)">The Great Flickr Tools Collection</a></li>
	<li><a href="http://anidandesign.com/wordpress/so-whats-with-the-smiley/" title="So what&#8217;s with the smiley? (March 31, 2010)">So what&#8217;s with the smiley?</a></li>
	<li><a href="http://anidandesign.com/web-design/css-one-pixel-notched-corner-trick/" title="One pixel notched corners as used by Google Analytics (May 16, 2008)">One pixel notched corners as used by Google Analytics</a></li>
	<li><a href="http://anidandesign.com/cool-tools/font-viewer/" title="Font Viewer (May 6, 2008)">Font Viewer</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/web-design/css-text-wrapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Gradient Text Effect</title>
		<link>http://anidandesign.com/web-design/css-gradient-text-effect/</link>
		<comments>http://anidandesign.com/web-design/css-gradient-text-effect/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 13:38:32 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://anidandesign.com/2008/css-gradient-text-effect</guid>
		<description><![CDATA[Check out this <a href="http://www.webdesignerwall.com/tutorials/css-gradient-text-effect/" title="CSS Gradient Text Effect" target="_blank">cool new trick</a> by <a href="http://www.webdesignerwall.com" title="Web Designer's Wall" target="_blank">Web Designer's Wall</a> that creates fancy gradient headings using CSS.]]></description>
			<content:encoded><![CDATA[<p>Check out this <a href="http://www.webdesignerwall.com/tutorials/css-gradient-text-effect/" title="CSS Gradient Text Effect" target="_blank">cool new trick</a> by <a href="http://www.webdesignerwall.com" title="Web Designer's Wall" target="_blank">Web Designer&#8217;s Wall</a> that creates fancy gradient headings using CSS.</p>
<p class="center"><a href="http://www.webdesignerwall.com/tutorials/css-gradient-text-effect/" title="CSS Gradient Text Effect" target="_blank"><img src="http://anidandesign.com/img/gradient-text-samples.jpg" class="pix" alt="Gradient text Effect Samples Screenshot" height="313" width="400" /></a></p>
<p><a href="http://www.webdesignerwall.com/tutorials/css-gradient-text-effect/" title="CSS Gradient Text Effect" target="_blank">CSS Gradient Text Effect</a></p>

	<h6 class="related">Related posts:</h6>
	<ul class="st-related-posts">
	<li><a href="http://anidandesign.com/web-design/css-text-wrapper/" title="CSS Text Wrapper (January 26, 2008)">CSS Text Wrapper</a></li>
	<li><a href="http://anidandesign.com/wordpress/so-whats-with-the-smiley/" title="So what&#8217;s with the smiley? (March 31, 2010)">So what&#8217;s with the smiley?</a></li>
	<li><a href="http://anidandesign.com/web-design/css-one-pixel-notched-corner-trick/" title="One pixel notched corners as used by Google Analytics (May 16, 2008)">One pixel notched corners as used by Google Analytics</a></li>
	<li><a href="http://anidandesign.com/cool-tools/font-viewer/" title="Font Viewer (May 6, 2008)">Font Viewer</a></li>
	<li><a href="http://anidandesign.com/css/change-the-style-of-selected-text-in-firefox/" title="Change the style of selected text (July 14, 2009)">Change the style of selected text</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/web-design/css-gradient-text-effect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
