<?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/language/css/tags/links</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 24 Jul 2008 08:14:13 GMT</pubDate>
<item>
<title>(CSS) PNG support in Internet Explorer 5.5 - 6 with working links - HerrSerker</title>
<link>http://snipplr.com/view/6094/png-support-in-internet-explorer-55--6-with-working-links/</link>
<description><![CDATA[ <p>IE 5.5 to 6 don't support generic PNG with Alpha-Channel
To get the advantage of PNGs use the akward AlphaImageLoader-filter (AIL) as described on the msdn site ( http://msdn.microsoft.com/en-us/library/ms532969(VS.85).aspx ).

But because the AIL is a DirectX-processing, some links and mouseover effexts in front of the PNG, when used as background-image, won't work, because the AIL will put itself in front of the links (like in the DOM or surface, but not visually).

A workaround for this is, to let the anchor or a surrounding element inside the element with the AIL-filter get the position:relative, or a different position (except static, I guess).

This will again work.

P.S.: AIL will not work with repeated background-mages, because the AIL-filter doesn't support repeating of images</p> ]]></description>
<pubDate>Fri, 02 May 2008 08:28:32 GMT</pubDate>
<guid>http://snipplr.com/view/6094/png-support-in-internet-explorer-55--6-with-working-links/</guid>
</item>
<item>
<title>(CSS) botones que parezcan enlaces - j_junyent</title>
<link>http://snipplr.com/view/4545/botones-que-parezcan-enlaces/</link>
<description><![CDATA[ <p>¿Por qué empeñarnos en hacer enlaces que actúen como botones? ¿Por qué no hacemos botones que parezcan enlaces?</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 19:57:42 GMT</pubDate>
<guid>http://snipplr.com/view/4545/botones-que-parezcan-enlaces/</guid>
</item>
<item>
<title>(CSS) Style links - j_junyent</title>
<link>http://snipplr.com/view/4187/style-links/</link>
<description><![CDATA[ <p>Style external links.

Inspired by: http://pooliestudios.com/projects/iconize/ and http://www.hunlock.com/blogs/Attach_icons_to_anything_with_CSS</p> ]]></description>
<pubDate>Sun, 25 Nov 2007 16:12:28 GMT</pubDate>
<guid>http://snipplr.com/view/4187/style-links/</guid>
</item>
<item>
<title>(CSS) Remove dotted line from links - Tamedo</title>
<link>http://snipplr.com/view/4175/remove-dotted-line-from-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 23 Nov 2007 01:51:21 GMT</pubDate>
<guid>http://snipplr.com/view/4175/remove-dotted-line-from-links/</guid>
</item>
<item>
<title>(CSS) Detectar automáticamente links externos con CSS, IE7 - Hirmine</title>
<link>http://snipplr.com/view/1775/detectar-automticamente-links-externos-con-css-ie7/</link>
<description><![CDATA[ <p>Por ejemplo, haciendo uso del operador ^= (que nos permite seleccionar solo aquellos elementos cuyo atributo especificado coincida, al comienzo de la cadena, con el valor especificado) podremos crear una reglas para determinar el aspecto de nuestros links en función de si son externos o internos. CSS3.</p> ]]></description>
<pubDate>Sat, 09 Dec 2006 05:15:21 GMT</pubDate>
<guid>http://snipplr.com/view/1775/detectar-automticamente-links-externos-con-css-ie7/</guid>
</item>
<item>
<title>(CSS) CSS Anchor Basic Styling (a:link, active, visited, hover) - 1man</title>
<link>http://snipplr.com/view/287/css-anchor-basic-styling-alink-active-visited-hover/</link>
<description><![CDATA[ <p>Simple styling for the links on a webpage using CSS. Sometimes hard to remember what order the have to be in for the :hover to work correctly. (Now fixed :)</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 14:02:58 GMT</pubDate>
<guid>http://snipplr.com/view/287/css-anchor-basic-styling-alink-active-visited-hover/</guid>
</item>
</channel>
</rss>