<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Wed, 03 Dec 2008 03:13:07 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Show/Hide All Elements by Tag Name 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/506/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/506/comments/</comments>
		<pubDate>Mon, 30 Oct 2006 14:23:33 +0000</pubDate>
		<dc:creator>Mattkins</dc:creator>
		<category>CSS, DHTML, JavaScript</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/506/</guid>
		<description>
			<![CDATA[
				<p>Allows you to hide all elements on an HTML page by their tag name. Extremely handy in getting around the "Windowless Elements" problem in IE, which is a bug that puts certain elements, most commonly select boxes, on top of any other element, no matter what. As you can imagine, this causes real problems with DHTML drop-down menus and such like. This is the simplest and quickest fix I've come up with, I simply set this function to run alongside the drop-down and all of the select tags vanish before a menu drops, then I run the show function when the menu retracts.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>