<?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/hide</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 15:08:08 GMT</pubDate>
<item>
<title>(CSS) hide text indent trick thingy for css - skopp</title>
<link>http://snipplr.com/view/66942/hide-text-indent-trick-thingy-for-css/</link>
<description><![CDATA[ <p>Hiding text can be extremely useful to hide company logo. As logos are usually an image, you will want to use text indent to place it in a h1 tag for SEO (Search Engine Optimization). The technique we use is to hide the text far away off the screen, and apply a background image instead.</p> ]]></description>
<pubDate>Wed, 29 Aug 2012 22:48:27 GMT</pubDate>
<guid>http://snipplr.com/view/66942/hide-text-indent-trick-thingy-for-css/</guid>
</item>
<item>
<title>(CSS) Hide DIV scrollbars with CSS - TheJasonParker</title>
<link>http://snipplr.com/view/65992/hide-div-scrollbars-with-css/</link>
<description><![CDATA[ <p>overflow: hidden; will hide both vertical and horizontal scrollbars
overflow-y: hidden; will hide the vertical scrollbar
overflow-x: hidden; will hide the horizontal scrollbar</p> ]]></description>
<pubDate>Fri, 06 Jul 2012 19:15:48 GMT</pubDate>
<guid>http://snipplr.com/view/65992/hide-div-scrollbars-with-css/</guid>
</item>
<item>
<title>(CSS) replacement for -9999px hide text - aberdas</title>
<link>http://snipplr.com/view/64148/replacement-for-9999px-hide-text/</link>
<description><![CDATA[ <p>replacement for text indent: -9999px to hide text for labels &amp; buttons, that doesn't require the browser to render a box 9999+ px wide.</p> ]]></description>
<pubDate>Sat, 24 Mar 2012 10:38:32 GMT</pubDate>
<guid>http://snipplr.com/view/64148/replacement-for-9999px-hide-text/</guid>
</item>
<item>
<title>(CSS) Hide Text - OrngTicTac</title>
<link>http://snipplr.com/view/63804/hide-text/</link>
<description><![CDATA[ <p>Really long strings of text will never flow into the container because they always flow away from the container.
    Performance is dramatically improved because a 9999px box is not drawn. Noticeably so in animations on the iPad 1.</p> ]]></description>
<pubDate>Thu, 08 Mar 2012 13:15:17 GMT</pubDate>
<guid>http://snipplr.com/view/63804/hide-text/</guid>
</item>
<item>
<title>(CSS) Methods for hiding content - thesmu</title>
<link>http://snipplr.com/view/54500/methods-for-hiding-content/</link>
<description><![CDATA[ <p>The first two mechanisms are probably the most popular, with display: none; being the go-to option implemented by nearly every JavaScript library on the planet and the lion’s share of ready-made JavaScript widgets. If you don’t want your hidden content to be read by a screen reader, those defaults may work for you, but if you want to ensure users have access to content (even if it isn’t displayed visually in the current interface), the final option (positioning content offscreen) is really the way to go.</p> ]]></description>
<pubDate>Fri, 27 May 2011 20:14:05 GMT</pubDate>
<guid>http://snipplr.com/view/54500/methods-for-hiding-content/</guid>
</item>
<item>
<title>(CSS) When and How to Visually Hide Content - lamebollock</title>
<link>http://snipplr.com/view/51354/when-and-how-to-visually-hide-content/</link>
<description><![CDATA[ <p>Better way to hide content whilst still making it available to</p> ]]></description>
<pubDate>Thu, 31 Mar 2011 03:18:41 GMT</pubDate>
<guid>http://snipplr.com/view/51354/when-and-how-to-visually-hide-content/</guid>
</item>
<item>
<title>(CSS) ie: hide text in input button - jschlick</title>
<link>http://snipplr.com/view/43409/ie-hide-text-in-input-button/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Nov 2010 06:25:58 GMT</pubDate>
<guid>http://snipplr.com/view/43409/ie-hide-text-in-input-button/</guid>
</item>
<item>
<title>(CSS) sharepoint 2010 how to remove height from ribbon area when ribbon hidden - rumremix</title>
<link>http://snipplr.com/view/38081/sharepoint-2010-how-to-remove-height-from-ribbon-area-when-ribbon-hidden/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Jul 2010 11:33:01 GMT</pubDate>
<guid>http://snipplr.com/view/38081/sharepoint-2010-how-to-remove-height-from-ribbon-area-when-ribbon-hidden/</guid>
</item>
<item>
<title>(CSS) CSS: Printer Friendly Header Visibility Styles - karlhorky</title>
<link>http://snipplr.com/view/36887/css-printer-friendly-header-visibility-styles/</link>
<description><![CDATA[ <p>When developing a website, an important consideration is accessibility on other media, including the medium of print. However, the printing engines of most browsers render content differently to allow for simple printed pages. One of the most notable differences is the omission of background images by default in modern browsers' print output. Background images are commonly used for header elements, which causes missing branding in the resulting printed pages.
 
One option defined in this snippet is to add markup after your normal header for a 0 pixel by 0 pixel `` element (your print version header), and then style the two headers as invisible and visible based upon the stylesheet medium. So when you're viewing the screen version of the page the normal header will be visible and the print header will be an invisible element with a width and height of 0 pixels. With the print version of the page the normal header will not be displayed at all and the print header will be a visible element that is floated and correctly sized.

This solution has been tested to work in:

*  Microsoft Internet Explorer 6, 7, 8
*  Mozilla Firefox 3.6
*  Google Chrome 5
*  Apple Safari 4
*  Opera 10</p> ]]></description>
<pubDate>Thu, 08 Jul 2010 04:43:28 GMT</pubDate>
<guid>http://snipplr.com/view/36887/css-printer-friendly-header-visibility-styles/</guid>
</item>
<item>
<title>(CSS) Hide Without Using Display:None - justinseiter</title>
<link>http://snipplr.com/view/14444/hide-without-using-displaynone/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 26 Apr 2009 14:33:47 GMT</pubDate>
<guid>http://snipplr.com/view/14444/hide-without-using-displaynone/</guid>
</item>
<item>
<title>(CSS) Hide Myspace Comments - xlovergirl</title>
<link>http://snipplr.com/view/7219/hide-myspace-comments/</link>
<description><![CDATA[ <p>Insert this code into the 'about me' section when editing your myspace profile.</p> ]]></description>
<pubDate>Fri, 11 Jul 2008 02:17:35 GMT</pubDate>
<guid>http://snipplr.com/view/7219/hide-myspace-comments/</guid>
</item>
</channel>
</rss>