<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Tidier Internet Explorer Stylesheet</title>
	<atom:link href="http://webdesignernotebook.com/css/a-tidier-internet-explorer-stylesheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignernotebook.com/css/a-tidier-internet-explorer-stylesheet/</link>
	<description>Web Designer Notebook is a blog for web designers featuring topics like CSS, HTML and Wordpress, tutorials, reviews and inspiration.</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:55:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Tarun Sharma</title>
		<link>http://webdesignernotebook.com/css/a-tidier-internet-explorer-stylesheet/#comment-36626</link>
		<dc:creator>Tarun Sharma</dc:creator>
		<pubDate>Mon, 29 Aug 2011 10:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/wp_livesite/?p=40#comment-36626</guid>
		<description>hye my code is got disable is there any way to write code?</description>
		<content:encoded><![CDATA[<p>hye my code is got disable is there any way to write code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun Sharma</title>
		<link>http://webdesignernotebook.com/css/a-tidier-internet-explorer-stylesheet/#comment-36625</link>
		<dc:creator>Tarun Sharma</dc:creator>
		<pubDate>Mon, 29 Aug 2011 10:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/wp_livesite/?p=40#comment-36625</guid>
		<description>In my opinion there is not need to separate style sheets for any specific browser or use hacks for that. Because we have limited case where we want to target any particular browser (IE6, IE7 etc.).

We can apply CSS for IE6, IE7, etc. without any hacks and different CSS by using small tricks.

for example:

&lt;!--[if lt IE 7]&gt;&lt;![endif]--&gt;
&lt;!--[if IE 7]&gt;&lt;![endif]--&gt;
&lt;!--[if IE 8]&gt;&lt;![endif]--&gt;
&lt;!--[if gt IE 8]&gt;&lt;![endif]--&gt;



Now if you want to add a css for ie6 you can use
.ie6 element { property: value;}

for ie6 and ie7 use
.ielt8 element { property: value;}

it&#039;s very faster then to use different style sheet and CSS hacks


Last line  is not valid according to w3c to resolve that i create a plugin for that, if anyone need then send me email id I&#039;ll send you :)

If you use plugin, you also not need to define all comment i mention in top and it will help you to define classes for ie, firefox, safari, opera and chrome separately</description>
		<content:encoded><![CDATA[<p>In my opinion there is not need to separate style sheets for any specific browser or use hacks for that. Because we have limited case where we want to target any particular browser (IE6, IE7 etc.).</p>
<p>We can apply CSS for IE6, IE7, etc. without any hacks and different CSS by using small tricks.</p>
<p>for example:</p>
<p><!--[if lt IE 7]&gt;&lt;![endif]--><br />
<!--[if IE 7]&gt;&lt;![endif]--><br />
<!--[if IE 8]&gt;&lt;![endif]--><br />
<!--[if gt IE 8]&gt;&lt;![endif]--></p>
<p>Now if you want to add a css for ie6 you can use<br />
.ie6 element { property: value;}</p>
<p>for ie6 and ie7 use<br />
.ielt8 element { property: value;}</p>
<p>it&#8217;s very faster then to use different style sheet and CSS hacks</p>
<p>Last line  is not valid according to w3c to resolve that i create a plugin for that, if anyone need then send me email id I&#8217;ll send you :)</p>
<p>If you use plugin, you also not need to define all comment i mention in top and it will help you to define classes for ie, firefox, safari, opera and chrome separately</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils Holmström</title>
		<link>http://webdesignernotebook.com/css/a-tidier-internet-explorer-stylesheet/#comment-4104</link>
		<dc:creator>Nils Holmström</dc:creator>
		<pubDate>Thu, 03 Dec 2009 15:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/wp_livesite/?p=40#comment-4104</guid>
		<description>I&#039;m all for separating special IE-stylesheets from the &quot;real&quot; stylesheet. 
I usually try to make the design work in all descent browsers whith validated, sensible markup and css and then just use ie.css, ie6.css, ie7.css etc and fill them with more or less ugly fixes... It keeps main css-files clean and offers a way to target even very small differnces by nudging stuff around with position: relative and negative margins, thus making the page looking ALMOST the same in all browsers...</description>
		<content:encoded><![CDATA[<p>I&#8217;m all for separating special IE-stylesheets from the &#8220;real&#8221; stylesheet.<br />
I usually try to make the design work in all descent browsers whith validated, sensible markup and css and then just use ie.css, ie6.css, ie7.css etc and fill them with more or less ugly fixes&#8230; It keeps main css-files clean and offers a way to target even very small differnces by nudging stuff around with position: relative and negative margins, thus making the page looking ALMOST the same in all browsers&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

