<?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>Web Development Blog - Alphadigital &#187; CSS</title>
	<atom:link href="http://www.alphadigital.cl/blog/lang/en-us/category/diseno/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alphadigital.cl/blog</link>
	<description>Tips and Experiences</description>
	<lastBuildDate>Fri, 19 Feb 2010 15:13:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE6 CSS :hover problem</title>
		<link>http://www.alphadigital.cl/blog/lang/en-us/ie6-css-hover.html</link>
		<comments>http://www.alphadigital.cl/blog/lang/en-us/ie6-css-hover.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:31:50 +0000</pubDate>
		<dc:creator>Martin Miranda</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[crossbrowsing]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://www.alphadigital.cl/blog/?p=382</guid>
		<description><![CDATA[:hover not working on IE6??
IE6 only support CSS :hover for anchors (&#60;a&#62;). If you need implement .class:hover or element:hover or #id:hover, you can use this great, easy to use and non-invasive solution.
You just have to add this to your css:

/* .htc file must be relative to the .html file, not to the css file like [...]]]></description>
		<wfw:commentRss>http://www.alphadigital.cl/blog/lang/en-us/ie6-css-hover.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset CSS</title>
		<link>http://www.alphadigital.cl/blog/lang/en-us/resetear-estilos-css.html</link>
		<comments>http://www.alphadigital.cl/blog/lang/en-us/resetear-estilos-css.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 03:57:05 +0000</pubDate>
		<dc:creator>Martin Miranda</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[cross-browsing]]></category>
		<category><![CDATA[estilos]]></category>

		<guid isPermaLink="false">http://www.alphadigital.cl/blog/?p=141</guid>
		<description><![CDATA[

The Problem
All the browsers have default values for each HTML element (tags), the problem is that these values are not the same in all the browsers, which will cause for sure cross-browsing issues.
Solution
Simple, we can reset these default values for all the HTML elements.


How?
There are several CSS libreries that allow us to do this, however, [...]]]></description>
		<wfw:commentRss>http://www.alphadigital.cl/blog/lang/en-us/resetear-estilos-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve your performance with CSS Sprites</title>
		<link>http://www.alphadigital.cl/blog/lang/en-us/mejorando-el-rendimiento-con-css-sprites.html</link>
		<comments>http://www.alphadigital.cl/blog/lang/en-us/mejorando-el-rendimiento-con-css-sprites.html#comments</comments>
		<pubDate>Wed, 18 Mar 2009 21:30:21 +0000</pubDate>
		<dc:creator>Martin Miranda</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[cross-browsing]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[estilos]]></category>
		<category><![CDATA[sprites]]></category>

		<guid isPermaLink="false">http://www.alphadigital.cl/blog/?p=5</guid>
		<description><![CDATA[

When it comes to optimize a website, we should take in count several factors for analizing and improving: Javascript files, CSS files, images, external resources, so forth. Each one of these elements is requested separately, increasing the transfers and therefore, the load time. CSS Sprites is an excellent technique that allows us to minimize the [...]]]></description>
		<wfw:commentRss>http://www.alphadigital.cl/blog/lang/en-us/mejorando-el-rendimiento-con-css-sprites.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.250 seconds -->
