<?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/tags/label</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 01:08:14 GMT</pubDate>
<item>
<title>(CSS) vertical alignment in forms with multiline labels (horizontal placement label - input) - Merstzik</title>
<link>http://snipplr.com/view/67307/vertical-alignment-in-forms-with-multiline-labels-horizontal-placement-label--input/</link>
<description><![CDATA[ <p>this snippet is for this html structure

    %form
      %ol
        %li
          %label Label:
          %input</p> ]]></description>
<pubDate>Fri, 21 Sep 2012 22:55:46 GMT</pubDate>
<guid>http://snipplr.com/view/67307/vertical-alignment-in-forms-with-multiline-labels-horizontal-placement-label--input/</guid>
</item>
<item>
<title>(PHP) Get product attribute label &amp;amp; value in Magento - wavi</title>
<link>http://snipplr.com/view/64352/get-product-attribute-label--value-in-magento/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 04 Apr 2012 18:18:13 GMT</pubDate>
<guid>http://snipplr.com/view/64352/get-product-attribute-label--value-in-magento/</guid>
</item>
<item>
<title>(jQuery) Lightweight \"label inside input field\" snippet - claudiowebdesign</title>
<link>http://snipplr.com/view/57973/lightweight-label-inside-input-field-snippet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Aug 2011 04:05:11 GMT</pubDate>
<guid>http://snipplr.com/view/57973/lightweight-label-inside-input-field-snippet/</guid>
</item>
<item>
<title>(CSS) Aligning Labels with Input/Checkbox/Radio - polly42</title>
<link>http://snipplr.com/view/49667/aligning-labels-with-inputcheckboxradio/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 Feb 2011 22:24:45 GMT</pubDate>
<guid>http://snipplr.com/view/49667/aligning-labels-with-inputcheckboxradio/</guid>
</item>
<item>
<title>(ActionScript 3) Labelling your For-loops in AS3 - JaaQ</title>
<link>http://snipplr.com/view/48290/labelling-your-forloops-in-as3/</link>
<description><![CDATA[ <p>Give your for-loops a label so you can break them individually</p> ]]></description>
<pubDate>Thu, 03 Feb 2011 01:02:19 GMT</pubDate>
<guid>http://snipplr.com/view/48290/labelling-your-forloops-in-as3/</guid>
</item>
<item>
<title>(CSS) Aligning Labels - paul66</title>
<link>http://snipplr.com/view/47939/aligning-labels/</link>
<description><![CDATA[ <p>Alignment of labels with their relevant inputs can be a horrible task to achieve in older browsers. This snippets solves that for us by making it consistent across browsers!</p> ]]></description>
<pubDate>Thu, 27 Jan 2011 04:07:32 GMT</pubDate>
<guid>http://snipplr.com/view/47939/aligning-labels/</guid>
</item>
<item>
<title>(ActionScript 3) Change Label Component Properties - SmpleJohn</title>
<link>http://snipplr.com/view/45497/change-label-component-properties/</link>
<description><![CDATA[ <p>This is the code for changing the color of a label in Flash's components.</p> ]]></description>
<pubDate>Thu, 09 Dec 2010 13:08:08 GMT</pubDate>
<guid>http://snipplr.com/view/45497/change-label-component-properties/</guid>
</item>
<item>
<title>(jQuery) Search Input text - errkk</title>
<link>http://snipplr.com/view/45412/search-input-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 08 Dec 2010 02:14:23 GMT</pubDate>
<guid>http://snipplr.com/view/45412/search-input-text/</guid>
</item>
<item>
<title>(JavaScript) Add labels to input/textarea elements which disappear when they are given focus (if they are empty) - jatkins</title>
<link>http://snipplr.com/view/44332/add-labels-to-inputtextarea-elements-which-disappear-when-they-are-given-focus-if-they-are-empty/</link>
<description><![CDATA[ <p>Public domain. Will overwrite any existing classes of the element it is applied to, so use my [add/remove CSS classes script](http://snipplr.com/view/36986/add-and-remove-css-classes-from-elements/) if you want to retain current classes.

**UPDATED 2/25/2011:** `get` function added. Script would have failed without this, unless you changed all instances of `get` to `document.getElementById`.
Add styling (e.g. change the font color) of the labels by using the "label" class.</p> ]]></description>
<pubDate>Thu, 18 Nov 2010 05:20:23 GMT</pubDate>
<guid>http://snipplr.com/view/44332/add-labels-to-inputtextarea-elements-which-disappear-when-they-are-given-focus-if-they-are-empty/</guid>
</item>
<item>
<title>(CSS) Stop Text Wrapping Beneath A Floated Left Element - Meander365</title>
<link>http://snipplr.com/view/38849/stop-text-wrapping-beneath-a-floated-left-element/</link>
<description><![CDATA[ <p>In the example .description is a label and so needs to be made a block level element.  For  elements (etc) this is not needed.

The key to all this is overflow:hidden.</p> ]]></description>
<pubDate>Tue, 10 Aug 2010 14:34:52 GMT</pubDate>
<guid>http://snipplr.com/view/38849/stop-text-wrapping-beneath-a-floated-left-element/</guid>
</item>
<item>
<title>(JavaScript) In-Field Labels and jQuery - nerdfiles</title>
<link>http://snipplr.com/view/38132/infield-labels-and-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 31 Jul 2010 14:25:39 GMT</pubDate>
<guid>http://snipplr.com/view/38132/infield-labels-and-jquery/</guid>
</item>
<item>
<title>(jQuery) Textbox inside-label replace - cryothic</title>
<link>http://snipplr.com/view/38058/textbox-insidelabel-replace/</link>
<description><![CDATA[ <p>Replaces the pre-defined text of a textbox (e.g. the purpose of the textbox) when the textbox gets focussed, and resets the text if it blurs when empty</p> ]]></description>
<pubDate>Thu, 29 Jul 2010 22:57:39 GMT</pubDate>
<guid>http://snipplr.com/view/38058/textbox-insidelabel-replace/</guid>
</item>
<item>
<title>(CSS) Indent label value into form field - C4ePhagaxaku</title>
<link>http://snipplr.com/view/30400/indent-label-value-into-form-field/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 28 Mar 2010 15:08:05 GMT</pubDate>
<guid>http://snipplr.com/view/30400/indent-label-value-into-form-field/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 - Dynamic Label Generator - alvincrespo</title>
<link>http://snipplr.com/view/28795/as3--dynamic-label-generator/</link>
<description><![CDATA[ <p>This is a dynamic label generator for a project I'm working on.  (Source files coming soon)</p> ]]></description>
<pubDate>Tue, 23 Feb 2010 11:47:05 GMT</pubDate>
<guid>http://snipplr.com/view/28795/as3--dynamic-label-generator/</guid>
</item>
<item>
<title>(CSS) Align Label with Checkbox Cross-Browser in CSS - jpsirois</title>
<link>http://snipplr.com/view/26714/align-label-with-checkbox-crossbrowser-in-css/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Jan 2010 11:42:02 GMT</pubDate>
<guid>http://snipplr.com/view/26714/align-label-with-checkbox-crossbrowser-in-css/</guid>
</item>
<item>
<title>(jQuery) jQuery - Add/Focus/Blur Input Value - smoothdzion</title>
<link>http://snipplr.com/view/22483/jquery--addfocusblur-input-value/</link>
<description><![CDATA[ <p>First value takes empty input values and adds 'Enter Value'.
Second snippet removes 'Enter Value' when input is focused.
Third snippet re-adds 'Enter Value' if the value is left blank.</p> ]]></description>
<pubDate>Wed, 04 Nov 2009 11:22:03 GMT</pubDate>
<guid>http://snipplr.com/view/22483/jquery--addfocusblur-input-value/</guid>
</item>
<item>
<title>(CSS) Tableless form layout - PeteW</title>
<link>http://snipplr.com/view/19389/tableless-form-layout/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 08 Sep 2009 09:18:12 GMT</pubDate>
<guid>http://snipplr.com/view/19389/tableless-form-layout/</guid>
</item>
<item>
<title>(jQuery) Label Over - ramnath</title>
<link>http://snipplr.com/view/16515/label-over/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 30 Jun 2009 09:55:27 GMT</pubDate>
<guid>http://snipplr.com/view/16515/label-over/</guid>
</item>
<item>
<title>(jQuery) [jQuery] inputLabel Plugin - talbs</title>
<link>http://snipplr.com/view/14529/jquery-inputlabel-plugin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Apr 2009 08:26:51 GMT</pubDate>
<guid>http://snipplr.com/view/14529/jquery-inputlabel-plugin/</guid>
</item>
<item>
<title>(C#) Custom MessageBox Buttons - Unsafe</title>
<link>http://snipplr.com/view/14245/custom-messagebox-buttons/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Apr 2009 16:34:00 GMT</pubDate>
<guid>http://snipplr.com/view/14245/custom-messagebox-buttons/</guid>
</item>
</channel>
</rss>