<?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/link</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 11:59:49 GMT</pubDate>
<item>
<title>(CSS) CSS3 Roll Links - bmayzure</title>
<link>http://snipplr.com/view/69645/css3-roll-links/</link>
<description><![CDATA[ <p>Cross-browser roll link effect in CSS3. Works in IE 10+, Webkit (Chrome/Safari/etc), Opera, Gecko (Firefox/Seamonkey/etc). Degrades nicely for unsupported browsers.</p> ]]></description>
<pubDate>Fri, 25 Jan 2013 10:47:29 GMT</pubDate>
<guid>http://snipplr.com/view/69645/css3-roll-links/</guid>
</item>
<item>
<title>(CSS) CSS3 Link Color Transition Effect - bmayzure</title>
<link>http://snipplr.com/view/69644/css3-link-color-transition-effect/</link>
<description><![CDATA[ <p>A simple CSS3 link-color transition effect. Fades from the base color to the active/focus color and back on rollover. A nice little added effect that's pretty well cross browser. Works with Webkit (Chrome/Safari/etc), Opera, Gecko (Firefox/Seamonkey/etc), and IE 10. Degrades nicely for unsupported browsers.</p> ]]></description>
<pubDate>Fri, 25 Jan 2013 10:21:22 GMT</pubDate>
<guid>http://snipplr.com/view/69644/css3-link-color-transition-effect/</guid>
</item>
<item>
<title>(CSS) Favicon link in css - jntu_gnec</title>
<link>http://snipplr.com/view/65263/favicon-link-in-css/</link>
<description><![CDATA[ <p>show favicon with css</p> ]]></description>
<pubDate>Wed, 30 May 2012 04:04:56 GMT</pubDate>
<guid>http://snipplr.com/view/65263/favicon-link-in-css/</guid>
</item>
<item>
<title>(CSS) Show links on webpage print - claudiowebdesign</title>
<link>http://snipplr.com/view/57797/show-links-on-webpage-print/</link>
<description><![CDATA[ <p>On screen:
Click here to see the pics!

On print:
Click here [link: http://www.shabada.boh] to see the pics!</p> ]]></description>
<pubDate>Sat, 13 Aug 2011 04:04:55 GMT</pubDate>
<guid>http://snipplr.com/view/57797/show-links-on-webpage-print/</guid>
</item>
<item>
<title>(CSS) Carregando Form com a - mnezes</title>
<link>http://snipplr.com/view/48245/carregando-form-com-a/</link>
<description><![CDATA[ <p>Action do form com onClick, porque o clickmap do catalyst não identifica input e não contabiliza clique</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 06:31:34 GMT</pubDate>
<guid>http://snipplr.com/view/48245/carregando-form-com-a/</guid>
</item>
<item>
<title>(CSS) Remove active link borders - blueocto</title>
<link>http://snipplr.com/view/46360/remove-active-link-borders/</link>
<description><![CDATA[ <p>This will remove dotted outline from focused or active links.</p> ]]></description>
<pubDate>Sat, 01 Jan 2011 03:11:02 GMT</pubDate>
<guid>http://snipplr.com/view/46360/remove-active-link-borders/</guid>
</item>
<item>
<title>(CSS) stops default dotted line showing around links when they're pressed - richerimage</title>
<link>http://snipplr.com/view/40100/stops-default-dotted-line-showing-around-links-when-theyre-pressed/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 07 Sep 2010 23:12:57 GMT</pubDate>
<guid>http://snipplr.com/view/40100/stops-default-dotted-line-showing-around-links-when-theyre-pressed/</guid>
</item>
<item>
<title>(CSS) Anchor styling corresponding to href - ichnoweb</title>
<link>http://snipplr.com/view/39638/anchor-styling-corresponding-to-href/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 28 Aug 2010 08:19:56 GMT</pubDate>
<guid>http://snipplr.com/view/39638/anchor-styling-corresponding-to-href/</guid>
</item>
<item>
<title>(CSS) Get rid of dotted borders around links in FF; use with image replacement technique - toddaeverett</title>
<link>http://snipplr.com/view/26076/get-rid-of-dotted-borders-around-links-in-ff-use-with-image-replacement-technique/</link>
<description><![CDATA[ <p>Use this little bit of CSS to get rid of the active link dotted border in Firefox. A must have when doing the text-indent:-9000px; image replacement technique on links.</p> ]]></description>
<pubDate>Thu, 07 Jan 2010 10:17:26 GMT</pubDate>
<guid>http://snipplr.com/view/26076/get-rid-of-dotted-borders-around-links-in-ff-use-with-image-replacement-technique/</guid>
</item>
<item>
<title>(CSS) Make HTML buttons look like links - PeteW</title>
<link>http://snipplr.com/view/20014/make-html-buttons-look-like-links/</link>
<description><![CDATA[ <p>Summarised snippet of Natbat's article: http://natbat.net/2009/Jun/10/styling-buttons-as-links/

Any link that that initiates an action, rather than just changing a page should semantically be a form with a submit button not a l ink. However you can still make the button look like a link.</p> ]]></description>
<pubDate>Tue, 22 Sep 2009 04:23:03 GMT</pubDate>
<guid>http://snipplr.com/view/20014/make-html-buttons-look-like-links/</guid>
</item>
<item>
<title>(CSS) Automatic icons after specified link type - carriegates</title>
<link>http://snipplr.com/view/17705/automatic-icons-after-specified-link-type/</link>
<description><![CDATA[ <p>Doesn't work in IE6, so use this to enhance sites rather than use thenm for required information.  Very handy for adding a PDF icon behind a link.  Make icons very small (16px x 16px) and with transparent space on left and top to make it look more aligned with the text.</p> ]]></description>
<pubDate>Thu, 30 Jul 2009 15:35:04 GMT</pubDate>
<guid>http://snipplr.com/view/17705/automatic-icons-after-specified-link-type/</guid>
</item>
<item>
<title>(CSS) Anchor Pseudo-classes - thesmu</title>
<link>http://snipplr.com/view/17246/anchor-pseudoclasses/</link>
<description><![CDATA[ <p>L oVe
HAte

L - ove
o
V-isited
e

H-over
A-ctive
T
E</p> ]]></description>
<pubDate>Tue, 21 Jul 2009 04:23:04 GMT</pubDate>
<guid>http://snipplr.com/view/17246/anchor-pseudoclasses/</guid>
</item>
<item>
<title>(CSS) firefox remove dotted lines - cristiana</title>
<link>http://snipplr.com/view/11879/firefox-remove-dotted-lines/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Feb 2009 14:42:35 GMT</pubDate>
<guid>http://snipplr.com/view/11879/firefox-remove-dotted-lines/</guid>
</item>
<item>
<title>(CSS) Link/Image opacity until hover - jessnoonyes</title>
<link>http://snipplr.com/view/8160/linkimage-opacity-until-hover/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 03 Sep 2008 11:16:38 GMT</pubDate>
<guid>http://snipplr.com/view/8160/linkimage-opacity-until-hover/</guid>
</item>
<item>
<title>(CSS) Get rid of the dotted border for links - Juego</title>
<link>http://snipplr.com/view/7344/get-rid-of-the-dotted-border-for-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Jul 2008 03:37:38 GMT</pubDate>
<guid>http://snipplr.com/view/7344/get-rid-of-the-dotted-border-for-links/</guid>
</item>
<item>
<title>(CSS) Disable Firefox Dotted Line around Links - rolfthomas</title>
<link>http://snipplr.com/view/6491/disable-firefox-dotted-line-around-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 May 2008 09:35:39 GMT</pubDate>
<guid>http://snipplr.com/view/6491/disable-firefox-dotted-line-around-links/</guid>
</item>
<item>
<title>(CSS) positioned link - nealwatkins</title>
<link>http://snipplr.com/view/3297/positioned-link/</link>
<description><![CDATA[ <p>positioned link</p> ]]></description>
<pubDate>Fri, 13 Jul 2007 15:43:46 GMT</pubDate>
<guid>http://snipplr.com/view/3297/positioned-link/</guid>
</item>
<item>
<title>(CSS) Eliminar borde punteado en enlaces - luman</title>
<link>http://snipplr.com/view/1717/eliminar-borde-punteado-en-enlaces/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 26 Nov 2006 09:56:29 GMT</pubDate>
<guid>http://snipplr.com/view/1717/eliminar-borde-punteado-en-enlaces/</guid>
</item>
<item>
<title>(CSS) class assigned to href - smilylion</title>
<link>http://snipplr.com/view/992/class-assigned-to-href/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Aug 2006 17:20:37 GMT</pubDate>
<guid>http://snipplr.com/view/992/class-assigned-to-href/</guid>
</item>
</channel>
</rss>