<?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/internet</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 08 Oct 2008 07:24:00 GMT</pubDate>
<item>
<title>(CSS) LIst style based navigation makes newline space in IE6 - bassdas</title>
<link>http://snipplr.com/view/7578/list-style-based-navigation-makes-newline-space-in-ie6/</link>
<description><![CDATA[ <p>Internet Explorer (IE) 6 Bug</p> ]]></description>
<pubDate>Tue, 29 Jul 2008 07:35:03 GMT</pubDate>
<guid>http://snipplr.com/view/7578/list-style-based-navigation-makes-newline-space-in-ie6/</guid>
</item>
<item>
<title>(CSS) Vertical-Align for Stubborn Browsers - Jazzerus</title>
<link>http://snipplr.com/view/5466/verticalalign-for-stubborn-browsers/</link>
<description><![CDATA[ <p>The statements beginning with a pound (#) are only read by Internet Explorer. All other lines ignore these statements.  For some layouts you may need to set the container's position to absolute for all browsers -- simply remove the pound and change the value appropriately.  If you want to horizontally align the inner div add text-align:center to either the container or the hackouter blocks.</p> ]]></description>
<pubDate>Mon, 17 Mar 2008 18:44:18 GMT</pubDate>
<guid>http://snipplr.com/view/5466/verticalalign-for-stubborn-browsers/</guid>
</item>
<item>
<title>(CSS) CSS PNG Image Fix for IE - jonhenshaw</title>
<link>http://snipplr.com/view/4090/css-png-image-fix-for-ie/</link>
<description><![CDATA[ <p>The selector portion of the CSS rule targets which XHTML tags/classes this rule will be applied to. At first glance, it looks like all img tags as well as all tags with a class of "png". You’ll notice the * html in front of both of these. Wait, there is no “anytag” preceding the html tag, so this won’t get applied! True. For all non-crappy (that is a pro term by the way) browsers, this rule won’t get applied. However, since IE6 is a pile, it thinks that there is a tag before the html tag, so it will apply this rule. Great! Now IE6 is the only browser that will use this rule.</p> ]]></description>
<pubDate>Thu, 08 Nov 2007 08:22:32 GMT</pubDate>
<guid>http://snipplr.com/view/4090/css-png-image-fix-for-ie/</guid>
</item>
<item>
<title>(CSS) Use Conditional Comments to Subjugate IE - aznprncritic</title>
<link>http://snipplr.com/view/2125/use-conditional-comments-to-subjugate-ie/</link>
<description><![CDATA[ <p>Over 90% of the bugs front-end developers have to resolve deal with the various versions of Internet Explorer and their varying support for standards.  So instead of having to resort to CSS hacks, why not just keep 'em separated: use Microsoft's propriety conditional comments to insert css files that only IE will see.  The example below illustrates how to serve one stylesheet to IE5, IE5.5 and IE6 and another stylesheet for IE7.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 20:32:42 GMT</pubDate>
<guid>http://snipplr.com/view/2125/use-conditional-comments-to-subjugate-ie/</guid>
</item>
<item>
<title>(CSS) Internet Explorer (IE6) CSS Hover - jonhenshaw</title>
<link>http://snipplr.com/view/1912/internet-explorer-ie6-css-hover/</link>
<description><![CDATA[ <p>IE6 and before doesn't support :hover in CSS (except for anchors). You can use this script to make hovers work in IE. Just add the following line to your stylesheet (this assumes the path of the file -- you may need to change it to reflect your paths).

body { behavior:url(&amp;quot;csshover.htc&amp;quot;); }</p> ]]></description>
<pubDate>Mon, 01 Jan 2007 20:17:07 GMT</pubDate>
<guid>http://snipplr.com/view/1912/internet-explorer-ie6-css-hover/</guid>
</item>
</channel>
</rss>