<?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/visibility</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 02:02:52 GMT</pubDate>
<item>
<title>(jQuery) jQuery force display - kendsnyder</title>
<link>http://snipplr.com/view/59974/jquery-force-display/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Oct 2011 05:03:02 GMT</pubDate>
<guid>http://snipplr.com/view/59974/jquery-force-display/</guid>
</item>
<item>
<title>(ASP) Visible = false - inreflection7</title>
<link>http://snipplr.com/view/57495/visible--false/</link>
<description><![CDATA[ <p>Sometimes you gotta hide stuff without messing with the code behind</p> ]]></description>
<pubDate>Tue, 02 Aug 2011 06:51:46 GMT</pubDate>
<guid>http://snipplr.com/view/57495/visible--false/</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) 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>(JavaScript) Toggle Visibility - benrudolph</title>
<link>http://snipplr.com/view/30477/toggle-visibility/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 29 Mar 2010 14:10:04 GMT</pubDate>
<guid>http://snipplr.com/view/30477/toggle-visibility/</guid>
</item>
<item>
<title>(JavaScript) toggleElements() - plindsay</title>
<link>http://snipplr.com/view/9920/toggleelements/</link>
<description><![CDATA[ <p>Utility function using the DOM to toggle the visibility of multiple elements on a page.</p> ]]></description>
<pubDate>Wed, 19 Nov 2008 09:53:52 GMT</pubDate>
<guid>http://snipplr.com/view/9920/toggleelements/</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>(PHP) toogle objects' visibility - noname</title>
<link>http://snipplr.com/view/1925/toogle-objects-visibility/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Jan 2007 10:13:44 GMT</pubDate>
<guid>http://snipplr.com/view/1925/toogle-objects-visibility/</guid>
</item>
<item>
<title>(JavaScript) toggle visibility (show/hide) - assbach</title>
<link>http://snipplr.com/view/1782/toggle-visibility-showhide/</link>
<description><![CDATA[ <p>toggle a div via JS/CSS style</p> ]]></description>
<pubDate>Sun, 10 Dec 2006 13:39:49 GMT</pubDate>
<guid>http://snipplr.com/view/1782/toggle-visibility-showhide/</guid>
</item>
<item>
<title>(PHP) Toggle Visibility - mail_json</title>
<link>http://snipplr.com/view/981/toggle-visibility/</link>
<description><![CDATA[ <p>Heres how to use it:

link
sample content under div</p> ]]></description>
<pubDate>Tue, 29 Aug 2006 13:10:35 GMT</pubDate>
<guid>http://snipplr.com/view/981/toggle-visibility/</guid>
</item>
<item>
<title>(JavaScript) SCHMOE_onOffElement - perelin</title>
<link>http://snipplr.com/view/452/schmoeonoffelement/</link>
<description><![CDATA[ <p>// v6.0 SCHMOE Mod v.2: 
// switches between (display:'block';) and (display:'none';)
// bsp: MM_SCHMOE_showHideLayers('swissmap');</p> ]]></description>
<pubDate>Mon, 17 Jul 2006 03:54:14 GMT</pubDate>
<guid>http://snipplr.com/view/452/schmoeonoffelement/</guid>
</item>
</channel>
</rss>