<?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>Blindsignals &#187; css pointer</title>
	<atom:link href="http://blindsignals.com/tag/css-pointer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blindsignals.com</link>
	<description>Web Development, Business, and Life</description>
	<lastBuildDate>Thu, 20 May 2010 21:18:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Arrows / Pointer Tutorial</title>
		<link>http://blindsignals.com/2009/12/css-arrows-pointer-tutorial/</link>
		<comments>http://blindsignals.com/2009/12/css-arrows-pointer-tutorial/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 22:10:08 +0000</pubDate>
		<dc:creator>chelfers</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css arrow]]></category>
		<category><![CDATA[css pointer]]></category>
		<category><![CDATA[css triangle]]></category>

		<guid isPermaLink="false">http://blindsignals.com/?p=337</guid>
		<description><![CDATA[Arrows, pointers, triangles, whatever you wish to call this technique you will end up making a pure CSS arrow; graphics are forbidden!
The process is actually extremely simple, the basic idea is that you you set a nice fat border then remove the side you wish the arrow to point to.
Example Code

.right-arrow &#123;
border: 8px solid white;
border-width: [...]]]></description>
		<wfw:commentRss>http://blindsignals.com/2009/12/css-arrows-pointer-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
