<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webfejlesztés Blog &#187; internet explorer 6</title>
	<atom:link href="http://blog.greg-dev.com/cimke/internet-explorer-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.greg-dev.com</link>
	<description>Blog a webfejlesztesrol</description>
	<lastBuildDate>Sat, 22 May 2010 17:24:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Anti IE6</title>
		<link>http://blog.greg-dev.com/snippets/anti-ie6/</link>
		<comments>http://blog.greg-dev.com/snippets/anti-ie6/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 18:52:40 +0000</pubDate>
		<dc:creator>Greg Molnar</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.greg-dev.com/?p=57</guid>
		<description><![CDATA[Nem igazan kedvelem az IE6-ot,ezert osszedobtam egy apro js-t ami ha ie6-al nyitjak meg az oldalt egy figyelmezteto uzenetet jelenit meg es a beallitasoktol fuggo ido utan az eltunteti.
Lassuk a hasznalatat.
Miutan betoltottuk a jquery-t,a head reszbe az alabbi kodot illesszuk be:

&#60;script type=&#34;text/javascript&#34;&#62;
(function($){$.fn.antiIE = function(options){$.fn.antiIE.defaults  = $.extend({}, $.fn.antiIE.defaults, options);jQuery.each(jQuery.browser,function(i,val){if(i==&#34;msie&#34;&#38;&#38;jQuery.browser.version.substr(0,1)==&#34;8&#34;){$(&#34;body&#34;).append('&#60;div class=&#34;thisisIE6&#34;&#62;'+$.fn.antiIE.defaults.ie6Message+'&#60;/div&#62;');$('.thisisIE6').css($.fn.antiIE.defaults.css).slideDown('slow');setTimeout(function(){$('.thisisIE6').slideUp()},($.fn.antiIE.defaults.timeout*1000))}});};
$.fn.antiIE.defaults = {
ie6Message: 'On ie 6-ot [...]]]></description>
		<wfw:commentRss>http://blog.greg-dev.com/snippets/anti-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
