<?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/javascript/tags/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 13 Oct 2008 17:48:35 GMT</pubDate>
<item>
<title>(JavaScript) Jquery add class .last - shellydennison</title>
<link>http://snipplr.com/view/6578/jquery-add-class-last/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 04 Jun 2008 14:12:53 GMT</pubDate>
<guid>http://snipplr.com/view/6578/jquery-add-class-last/</guid>
</item>
<item>
<title>(JavaScript) List all class names used in a DOM tree - noah</title>
<link>http://snipplr.com/view/6488/list-all-class-names-used-in-a-dom-tree/</link>
<description><![CDATA[ <p>Lists each CSS class name that is applied to an element within an HTML page.

Some applications suggested by this pattern are:
- List class names by frequency of use.
- List class names by what kind of element they are applied to.
- List class names that are only used once.</p> ]]></description>
<pubDate>Wed, 28 May 2008 17:31:41 GMT</pubDate>
<guid>http://snipplr.com/view/6488/list-all-class-names-used-in-a-dom-tree/</guid>
</item>
<item>
<title>(JavaScript) Standard script file description - Juego</title>
<link>http://snipplr.com/view/6285/standard-script-file-description/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 18 May 2008 13:10:39 GMT</pubDate>
<guid>http://snipplr.com/view/6285/standard-script-file-description/</guid>
</item>
<item>
<title>(JavaScript) JS スタイルシートにアクセスする - daisuke103</title>
<link>http://snipplr.com/view/5951/js-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Apr 2008 04:24:28 GMT</pubDate>
<guid>http://snipplr.com/view/5951/js-/</guid>
</item>
<item>
<title>(JavaScript) Resizing a DIV - fernandaparisi</title>
<link>http://snipplr.com/view/5492/resizing-a-div/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Mar 2008 14:41:52 GMT</pubDate>
<guid>http://snipplr.com/view/5492/resizing-a-div/</guid>
</item>
<item>
<title>(JavaScript) Change CSS - leandemon</title>
<link>http://snipplr.com/view/5281/change-css/</link>
<description><![CDATA[ <p>This JavaScript function will dynamically change the style information for any CSS class in a Web Page. Applying this function to a class will cause all items calling on the class to change to the updated style value. This function works even if there are multiple stylesheets referenced in the document.

Example usage (assuming you have a stylesheet defining the "exampleA" class and "exampleB" id:

changecss('.exampleA','display','none');
changecss('#exampleB','display','none');</p> ]]></description>
<pubDate>Wed, 05 Mar 2008 21:20:06 GMT</pubDate>
<guid>http://snipplr.com/view/5281/change-css/</guid>
</item>
<item>
<title>(JavaScript) Only Opera - stavelin</title>
<link>http://snipplr.com/view/5177/only-opera/</link>
<description><![CDATA[ <p>Target only opera with external CSS</p> ]]></description>
<pubDate>Sun, 24 Feb 2008 17:38:28 GMT</pubDate>
<guid>http://snipplr.com/view/5177/only-opera/</guid>
</item>
<item>
<title>(JavaScript) Slide menu - vbert</title>
<link>http://snipplr.com/view/5054/slide-menu/</link>
<description><![CDATA[ <p>/**
 * Slide menu with jQuery
 *
 * @package bitemibajtem.pl
 * @copyright 2007-2008 (C) BITEM I BAJTEM
 * @author Wojciech Sobczak (vbert) 
 * @access public
 */</p> ]]></description>
<pubDate>Wed, 13 Feb 2008 23:18:48 GMT</pubDate>
<guid>http://snipplr.com/view/5054/slide-menu/</guid>
</item>
<item>
<title>(JavaScript) Anti-Aliased Curvy Corners - jonhenshaw</title>
<link>http://snipplr.com/view/4941/antialiased-curvy-corners/</link>
<description><![CDATA[ <p>curvyCorners is a free JavaScript program that will create on-the-fly rounded corners for any HTML DIV element, that look as good as any graphically created corners.</p> ]]></description>
<pubDate>Thu, 07 Feb 2008 22:56:04 GMT</pubDate>
<guid>http://snipplr.com/view/4941/antialiased-curvy-corners/</guid>
</item>
<item>
<title>(JavaScript) Show/Hide Element - martinkas</title>
<link>http://snipplr.com/view/4923/showhide-element/</link>
<description><![CDATA[ <p>Will toggle an element's style.visibility, or set it to visible/hidden as selected</p> ]]></description>
<pubDate>Wed, 06 Feb 2008 15:37:18 GMT</pubDate>
<guid>http://snipplr.com/view/4923/showhide-element/</guid>
</item>
<item>
<title>(JavaScript) simple toggle html element - iTony</title>
<link>http://snipplr.com/view/4814/simple-toggle-html-element/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Jan 2008 20:13:12 GMT</pubDate>
<guid>http://snipplr.com/view/4814/simple-toggle-html-element/</guid>
</item>
<item>
<title>(JavaScript) apple.com store style fading breadcrumbs - lagrangeapex</title>
<link>http://snipplr.com/view/4318/applecom-store-style-fading-breadcrumbs/</link>
<description><![CDATA[ <p>Jquery is awesome.
Requires jquery!</p> ]]></description>
<pubDate>Wed, 12 Dec 2007 17:49:59 GMT</pubDate>
<guid>http://snipplr.com/view/4318/applecom-store-style-fading-breadcrumbs/</guid>
</item>
<item>
<title>(JavaScript) JS FIX - IE6 Background image flickering - brentg</title>
<link>http://snipplr.com/view/3790/js-fix--ie6-background-image-flickering/</link>
<description><![CDATA[ <p>JS Fix for IE6 background image flickering on mouseover's</p> ]]></description>
<pubDate>Wed, 26 Sep 2007 14:58:27 GMT</pubDate>
<guid>http://snipplr.com/view/3790/js-fix--ie6-background-image-flickering/</guid>
</item>
<item>
<title>(JavaScript) Javascript dynamic effects library for css &amp;amp; html - alvaroisorna</title>
<link>http://snipplr.com/view/3628/javascript-dynamic-effects-library-for-css--html/</link>
<description><![CDATA[ <p>This js library will help you add dynamic effects to your html tags. It's recommended for IE, as it helps you to simulate tag:hover effects for example.</p> ]]></description>
<pubDate>Tue, 04 Sep 2007 02:13:10 GMT</pubDate>
<guid>http://snipplr.com/view/3628/javascript-dynamic-effects-library-for-css--html/</guid>
</item>
<item>
<title>(JavaScript) addIEHover - skatan</title>
<link>http://snipplr.com/view/3566/addiehover/</link>
<description><![CDATA[ <p>IE 5/6 does not support the :hover pseudo-class on any element other than links.  This script attaches a .hover class to mimic the :hover pseudo class on IE 5/6.</p> ]]></description>
<pubDate>Fri, 24 Aug 2007 14:58:55 GMT</pubDate>
<guid>http://snipplr.com/view/3566/addiehover/</guid>
</item>
<item>
<title>(JavaScript) toggle classname - noah</title>
<link>http://snipplr.com/view/3338/toggle-classname/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 20 Jul 2007 19:15:59 GMT</pubDate>
<guid>http://snipplr.com/view/3338/toggle-classname/</guid>
</item>
<item>
<title>(JavaScript) Kruse's hasClass - noah</title>
<link>http://snipplr.com/view/3337/kruses-hasclass/</link>
<description><![CDATA[ <p>This Matt Kruse's hasClass function.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 19:06:22 GMT</pubDate>
<guid>http://snipplr.com/view/3337/kruses-hasclass/</guid>
</item>
<item>
<title>(JavaScript) Create new CSS Selector (FF, IE, Opera) - noah</title>
<link>http://snipplr.com/view/3333/create-new-css-selector-ff-ie-opera/</link>
<description><![CDATA[ <p>Construct and add a selector to an existing stylesheet.  Does not work in Safari.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 10:53:32 GMT</pubDate>
<guid>http://snipplr.com/view/3333/create-new-css-selector-ff-ie-opera/</guid>
</item>
<item>
<title>(JavaScript) [JavaScript] 時間帯によって、CSSを切り替える。 - fjm</title>
<link>http://snipplr.com/view/3260/javascript-css/</link>
<description><![CDATA[ <p>時間帯によって、CSSを切り替える。</p> ]]></description>
<pubDate>Tue, 10 Jul 2007 03:19:56 GMT</pubDate>
<guid>http://snipplr.com/view/3260/javascript-css/</guid>
</item>
<item>
<title>(JavaScript) Table: unwanted padding - valcartei</title>
<link>http://snipplr.com/view/3148/table-unwanted-padding/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Jul 2007 04:26:40 GMT</pubDate>
<guid>http://snipplr.com/view/3148/table-unwanted-padding/</guid>
</item>
</channel>
</rss>