<?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>aLemmer &#187; CSS</title>
	<atom:link href="http://blog.alemmer.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alemmer.com</link>
	<description>IT Tutorials, Musings, and Works</description>
	<lastBuildDate>Tue, 06 Jul 2010 01:12:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Why I am Excited for CSS3 (Properties)</title>
		<link>http://blog.alemmer.com/2010/05/why-i-am-excited-for-css3/</link>
		<comments>http://blog.alemmer.com/2010/05/why-i-am-excited-for-css3/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 04:02:26 +0000</pubDate>
		<dc:creator>Anthony Lemmer</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://alemmer.com/?p=1472</guid>
		<description><![CDATA[Preface The web has changed and a lot of the old conventions have left us drudging the same presentational issues&#8212;things that should&#8217;ve been consolidated years ago. CSS3 brings standardization and optimization to frequent presentational practices. I&#8217;ll cover the CSS3 properties I&#8217;ve found to be of most use. Table of Contents Forewarning Round Corners with Border-Radius [...]]]></description>
		<wfw:commentRss>http://blog.alemmer.com/2010/05/why-i-am-excited-for-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide the Facebook Chat Altogether</title>
		<link>http://blog.alemmer.com/2010/02/hide-the-facebook-chat-altogether/</link>
		<comments>http://blog.alemmer.com/2010/02/hide-the-facebook-chat-altogether/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 20:57:54 +0000</pubDate>
		<dc:creator>Anthony Lemmer</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://alemmer.com/?p=1253</guid>
		<description><![CDATA[Problem You would like to hide the chat feature from Facebook. Solution A few people on Facebook were complaining about the Facebook chat feature, so I quickly whipped this up. The script is CSS that states: 1 2 3 .fbx_bar &#123; display: none; &#125; Here is the script: Facebook Chat Hider (CSS). Applying the script [...]]]></description>
		<wfw:commentRss>http://blog.alemmer.com/2010/02/hide-the-facebook-chat-altogether/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centering Elements with CSS</title>
		<link>http://blog.alemmer.com/2009/07/centering-elements-with-css/</link>
		<comments>http://blog.alemmer.com/2009/07/centering-elements-with-css/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 06:38:56 +0000</pubDate>
		<dc:creator>Anthony Lemmer</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://www.alemmer.com/?p=780</guid>
		<description><![CDATA[Problem Mark writes: I want the pictures of [some URI] to be in the middle. i already tried margin:auto but it didnt change anything. thanks for your help Thusly, we&#8217;ll be looking at centering an HTML element with CSS. Solution Simply and essentially, you set the width of the element, and give it left and [...]]]></description>
		<wfw:commentRss>http://blog.alemmer.com/2009/07/centering-elements-with-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Floating vs. Inline Elements</title>
		<link>http://blog.alemmer.com/2009/06/floating-v-s-inline-elements/</link>
		<comments>http://blog.alemmer.com/2009/06/floating-v-s-inline-elements/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 11:20:11 +0000</pubDate>
		<dc:creator>Anthony Lemmer</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://www.alemmer.com/?p=666</guid>
		<description><![CDATA[Problem I was asked by one of my readers to define the difference between floating elements and inline elements, vis-a-vis, display: inline v.s. float: right or float: left. Solution To give a clear juxtaposition I&#8217;ll define exactly what everything is. Although, if you know your basic elements you might as well jump to the example. [...]]]></description>
		<wfw:commentRss>http://blog.alemmer.com/2009/06/floating-v-s-inline-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conditional Comments: Targeting Code for IE</title>
		<link>http://blog.alemmer.com/2009/05/conditional-comments-targeting-code-for-ie/</link>
		<comments>http://blog.alemmer.com/2009/05/conditional-comments-targeting-code-for-ie/#comments</comments>
		<pubDate>Sun, 31 May 2009 00:32:46 +0000</pubDate>
		<dc:creator>Anthony Lemmer</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bugs & fixes]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://www.alemmer.com/?p=509</guid>
		<description><![CDATA[Problem Internet Explorer tends to render code deformedly due to its disregard to web standards. Thusly, there&#8217;s a problem with the way your website looks in IE; you need to target specific code to IE in order to apply a fix. Solution By using conditional comments you can not only target IE, but specific versions [...]]]></description>
		<wfw:commentRss>http://blog.alemmer.com/2009/05/conditional-comments-targeting-code-for-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horizontal Navigational Structures with an Unordered List</title>
		<link>http://blog.alemmer.com/2009/04/horizontal-navigational-structures-with-an-unordered-list/</link>
		<comments>http://blog.alemmer.com/2009/04/horizontal-navigational-structures-with-an-unordered-list/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 05:51:29 +0000</pubDate>
		<dc:creator>Anthony Lemmer</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://www.alemmer.com/?p=275</guid>
		<description><![CDATA[Problem You&#8217;d like to use the &#60;ul&#62; element for a navigational structure in a horizontal fashion, but you&#8217;re not sure how to do such. Solution By using the CSS rule &#8220;display: inline&#8221; for the &#60;li&#62; elements the unordered list element will display the list item elements side-by-side. We&#8217;ll also remove the bullets from the unordered [...]]]></description>
		<wfw:commentRss>http://blog.alemmer.com/2009/04/horizontal-navigational-structures-with-an-unordered-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transparent Backgrounds with CSS</title>
		<link>http://blog.alemmer.com/2009/04/transparent-backgrounds-with-css/</link>
		<comments>http://blog.alemmer.com/2009/04/transparent-backgrounds-with-css/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 02:52:25 +0000</pubDate>
		<dc:creator>Anthony Lemmer</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://www.alemmer.com/?p=199</guid>
		<description><![CDATA[Problem: You&#8217;d like to have a transparent background upon an element, but you&#8217;re not quite sure how to do so. Solution: There are two methods you can use to create a transparent background for an element. To give a few examples on how we go about doing such, I&#8217;ll use a picture of Churuya-san. 1 [...]]]></description>
		<wfw:commentRss>http://blog.alemmer.com/2009/04/transparent-backgrounds-with-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
