<?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>Anvil Studios &#187; CSS</title>
	<atom:link href="http://anvilstudios.co.za/blog/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://anvilstudios.co.za/blog</link>
	<description>web development</description>
	<lastBuildDate>Wed, 16 May 2012 14:52:45 +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>How to target an element with multiple classes in CSS</title>
		<link>http://anvilstudios.co.za/blog/css/how-to-target-an-element-with-multiple-classes-in-css/</link>
		<comments>http://anvilstudios.co.za/blog/css/how-to-target-an-element-with-multiple-classes-in-css/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 15:15:04 +0000</pubDate>
		<dc:creator>Abraham</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[OOCSS]]></category>
		<category><![CDATA[selectors]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=679</guid>
		<description><![CDATA[Most web developers know that you can apply multiple classes to an element in the form of a space-separated list: and then style the element with CSS based on either of those classes : But what developers often don&#8217;t know, is how to target an element containing more than one class &#8212; not elements which [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/css/how-to-target-an-element-with-multiple-classes-in-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom website cursors</title>
		<link>http://anvilstudios.co.za/blog/javascript/custom-website-cursors/</link>
		<comments>http://anvilstudios.co.za/blog/javascript/custom-website-cursors/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 14:52:16 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[ani]]></category>
		<category><![CDATA[cur]]></category>
		<category><![CDATA[website cursors]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=614</guid>
		<description><![CDATA[Using custom cursors on your website can be very simple, but can also be a bit frustrating, depending on what exactly you want to do, so I will try to give a clean breakdown to simplify the process. How to use a custom cursor on an element To enable a custom cursor whenever your mouse [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/javascript/custom-website-cursors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>div position center of screen</title>
		<link>http://anvilstudios.co.za/blog/css/div-position-center-of-screen/</link>
		<comments>http://anvilstudios.co.za/blog/css/div-position-center-of-screen/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:39:28 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[center div]]></category>
		<category><![CDATA[div centering]]></category>
		<category><![CDATA[div position]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=597</guid>
		<description><![CDATA[An age old question with a simple answer: How to position a div in the center of (any size) browser window? Once you have created your html page, create the div you wish to have in the center of the window and give it an id: From here on we have two options: either CSS [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/css/div-position-center-of-screen/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating Circular div for CSS3 compatible browsers</title>
		<link>http://anvilstudios.co.za/blog/css/creating-circular-for-css3-compatible-browsers/</link>
		<comments>http://anvilstudios.co.za/blog/css/creating-circular-for-css3-compatible-browsers/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 07:34:43 +0000</pubDate>
		<dc:creator>Deon</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Circular Div]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Round Div]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=194</guid>
		<description><![CDATA[Up until the introduction of CSS3 if you wanted to display your text in a circle you had to be creative using images or other techniques. The implementation of CSS3 has changed that and you can now transform your &#60;div&#62; into a nice round object. I was playing around with some of the CSS3 features [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/css/creating-circular-for-css3-compatible-browsers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Scrolling html grid/table with fixed header  in JQuery (workaround)</title>
		<link>http://anvilstudios.co.za/blog/javascript/scrolling-html-gridtable-with-fixed-header-in-jquery-workaround/</link>
		<comments>http://anvilstudios.co.za/blog/javascript/scrolling-html-gridtable-with-fixed-header-in-jquery-workaround/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:47:36 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=60</guid>
		<description><![CDATA[Goal: I had to develop a grid (table)  for a client that has headers fixed but you can scroll through the content, this is to help in case of grids with hundreds of records, so that if you scroll down a few rows the headers don&#8217;t disappear. Challenge: As with almost all html/css builds, the [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/javascript/scrolling-html-gridtable-with-fixed-header-in-jquery-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

