<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Albertux~# ./Blog &#187; css</title>
	<atom:link href="http://albertux.ayalasoft.com/es/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertux.ayalasoft.com</link>
	<description>61 20 64 65 76 65 6c 6f 70 65 72 20 6c 69 66 65</description>
	<lastBuildDate>Thu, 01 Jul 2010 16:23:33 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.5.3" -->
	<copyright>2008 </copyright>
	<managingEditor>albertoi7@gmail.com (Albertux~# ./Blog)</managingEditor>
	<webMaster>albertoi7@gmail.com (Albertux~# ./Blog)</webMaster>
	<category>posts</category>
	<ttl>1440</ttl>
	<image>
		<url>http://ayalasoft.com/img/podcast02.jpg</url>
		<title>Albertux~# ./Blog &#187; css</title>
		<link>http://albertux.ayalasoft.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>After three days without programming, life becomes meaningless.</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
	</itunes:category>
	<itunes:author>Albertux~# ./Blog</itunes:author>
	<itunes:owner>
		<itunes:name>Albertux~# ./Blog</itunes:name>
		<itunes:email>albertoi7@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://ayalasoft.com/img/podcast01.jpg" />
		<item>
		<title>CSS3 and Browsers</title>
		<link>http://albertux.ayalasoft.com/es/2008/09/02/css3-and-browsers/</link>
		<comments>http://albertux.ayalasoft.com/es/2008/09/02/css3-and-browsers/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:14:20 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=448</guid>
		<description><![CDATA[Disculpa, esta entrada solo esta disponible en English. CSS3 and Browsers is a post from: Albertux~# ./Blog<p><a href="http://albertux.ayalasoft.com/es/2008/09/02/css3-and-browsers/">CSS3 and Browsers</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Disculpa, esta entrada solo esta disponible en <a href="http://albertux.ayalasoft.com/tag/css/feed/">English</a>.</p>
<p><a href="http://albertux.ayalasoft.com/es/2008/09/02/css3-and-browsers/">CSS3 and Browsers</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2008/09/02/css3-and-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS and MSIE</title>
		<link>http://albertux.ayalasoft.com/es/2008/09/01/css-and-msie/</link>
		<comments>http://albertux.ayalasoft.com/es/2008/09/01/css-and-msie/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 04:24:30 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=419</guid>
		<description><![CDATA[CSS and MSIE MSIE (Microsoft Internet Explorer) CSS Hack: .somediv &#123; height: 15px; /* all browsers */ #height: 20px; /* all IE Browser */ _height: 25px; /* only IE6 Browser */ &#125; MSIE usa comentarios condicionales: (http://msdn.microsoft.com/en-us/library/ms537512.aspx) &#60;!--[if IE 6]&#62; &#60;script src=&#34;js/iefix.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;link rel=&#34;stylesheet&#34; href=&#34;css/iefix.css&#34; type=&#34;text/css&#34;&#62;&#60;/style&#62; &#60;div&#62; some html code &#60;/div&#62; &#60;![endif]--&#62; En este [...]<p><a href="http://albertux.ayalasoft.com/es/2008/09/01/css-and-msie/">CSS and MSIE</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>CSS and MSIE</strong></p>
<p>MSIE (Microsoft Internet Explorer) CSS Hack:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.somediv</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* all browsers */</span>
    <span style="color: #cc00cc;">#height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* all IE Browser */</span>
    _height<span style="color: #00AA00;">:</span> <span style="color: #933;">25px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* only IE6 Browser */</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>MSIE usa comentarios condicionales: (<a href="http://msdn.microsoft.com/en-us/library/ms537512.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms537512.aspx</a>)</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"> <span style="color: #808080; font-style: italic;">&lt;!--[if IE 6]&gt;</span>
<span style="color: #808080; font-style: italic;">    &lt;script src=&quot;js/iefix.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</span>
<span style="color: #808080; font-style: italic;">    &lt;link rel=&quot;stylesheet&quot;  href=&quot;css/iefix.css&quot; type=&quot;text/css&quot;&gt;&lt;/style&gt;</span>
<span style="color: #808080; font-style: italic;">    &lt;div&gt; some html code &lt;/div&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;![endif]--&gt;</span></pre></div></div>

<p>En este ejemplo si se usa IE6 agrega este codigo:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;js/iefix.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span>  <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;css/iefix.css&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">style</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span>&gt;</span> some html code <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>

<p>Para los navegadores viejos (MSIE) soporta <span style="color:#0000ff;">:hover</span>, <span style="color:#0000ff;">:active</span> y <span style="color:#0000ff;">:focus</span>:<br />
<a href="http://www.xs4all.nl/~peterned/csshover.html" target="_blank">http://www.xs4all.nl/~peterned/csshover.html</a></p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">style</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span>&gt;</span>
    body {
        behavior:url(&quot;csshover.htc&quot;);
    }
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">style</span>&gt;</span></pre></div></div>

<p>Hacer que MSIE sea compatible con los estándares. Arregla algunos detalles del HTML y CSS y hace <span style="color:#0000ff;">PNG transparentes</span> funciona correctamente en IE5 y IE6 <a href="http://code.google.com/p/ie7-js/" target="_blank">http://code.google.com/p/ie7-js/</a></p>
<p><a href="http://albertux.ayalasoft.com/es/2008/09/01/css-and-msie/">CSS and MSIE</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2008/09/01/css-and-msie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
