<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/1976dan/language/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 09 Jan 2009 07:58:57 GMT</pubDate>
<item>
<title>(CSS) CSS Image Preloader - 1976dan</title>
<link>http://snipplr.com/view/2122/css-image-preloader/</link>
<description><![CDATA[ <p>A low-tech but useful technique that uses only CSS.  After placing the css in your stylesheet, insert this just below the body tag of your page: "".  Whenever the images are referenced throughout your pages they will now be loaded from cache.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 19:47:05 GMT</pubDate>
<guid>http://snipplr.com/view/2122/css-image-preloader/</guid>
</item>
<item>
<title>(CSS) CSS hack to target Safari - 1976dan</title>
<link>http://snipplr.com/view/2004/css-hack-to-target-safari/</link>
<description><![CDATA[ <p>I pulled this from Nicholas Gagne's blog at http://www.ibloomstudios.com/article1/</p> ]]></description>
<pubDate>Sat, 20 Jan 2007 12:05:18 GMT</pubDate>
<guid>http://snipplr.com/view/2004/css-hack-to-target-safari/</guid>
</item>
<item>
<title>(CSS) Opacidad CSS para varios navegadores a la vez - 1976dan</title>
<link>http://snipplr.com/view/1961/opacidad-css-para-varios-navegadores-a-la-vez/</link>
<description><![CDATA[ <p>Obtenido en Intenta -&amp;gt; http://www.webintenta.com

Para implementar transparencia con CSS, debido a las diferencias entre navegadores, deberemos utilizar varias propiedades para definirla sobre un elemento:
- La especificación CSS3 tiene la propiedad opacity, la cual toma valores entre 0 (invisible) y 1 (opaco).
- Los navegadores Mozilla poseen la propiedad -moz-opacity que toma los mismos valores que la propiedad anterior.
- Internet explorer posee el filtro opacity que toma valores entre 0 y 100.</p> ]]></description>
<pubDate>Fri, 12 Jan 2007 05:39:12 GMT</pubDate>
<guid>http://snipplr.com/view/1961/opacidad-css-para-varios-navegadores-a-la-vez/</guid>
</item>
</channel>
</rss>