<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043062" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043062</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Yes all points about</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-compatibility-wtih-all-web-browser#comment-1284671</link>
    <description> &lt;p&gt;Yes all points about contemptibility of a website with all browser are good because  All browsers work differently and in order to make an impact extensively and expansively, your website must be compatible with all web browsers without distortions and errors.Read some tips about this topic &lt;a href=&quot;http://www.fatbit.com/fab/cross-browser-compatibility-your-website-deserves-it/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 May 2013 14:02:56 +0000</pubDate>
 <dc:creator>rajnish</dc:creator>
 <guid isPermaLink="false">comment 1284671 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>ok thanks, I thought this is</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-compatibility-wtih-all-web-browser#comment-1238642</link>
    <description> &lt;p&gt;ok thanks, I thought this is about IE6 fix.&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Feb 2009 03:09:32 +0000</pubDate>
 <dc:creator>rtfverterra</dc:creator>
 <guid isPermaLink="false">comment 1238642 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>That just means that no</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-compatibility-wtih-all-web-browser#comment-1238641</link>
    <description> &lt;p&gt;That just means that no future CSS statements can override that setting.&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Feb 2009 01:02:10 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1238641 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I saw a lot of CSS with a</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-compatibility-wtih-all-web-browser#comment-1238639</link>
    <description> &lt;p&gt;I saw a lot of CSS with a line of code that says &lt;code&gt;!important&lt;/code&gt;.  I am not sure if this is related to this post.  But what it is all about?&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Feb 2009 00:56:17 +0000</pubDate>
 <dc:creator>rtfverterra</dc:creator>
 <guid isPermaLink="false">comment 1238639 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I do not think the</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-compatibility-wtih-all-web-browser#comment-1238344</link>
    <description> &lt;p&gt;I do not think the conditional comments are what Megan meant - she said if IE containers don&#039;t work THEN try conditional comments. And I do not see how adding these makes any difference - you can have divs that add inherited styles for IE... without donditional comments.&lt;/p&gt;
&lt;p&gt;Even with your code, webwiz, I do not see how the IE containers will work unless they are placed inside each of the other containers with styles that don&#039;t work in IE... seems to be a big burden just to consolidate the stylesheet.&lt;/p&gt;
&lt;p&gt;I am used to Drupal sites that may have 30+ stylesheets (that&#039;s why you can optimize and cache them)&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2009 06:03:26 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238344 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Not to speak for Megan, but</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-compatibility-wtih-all-web-browser#comment-1238342</link>
    <description> &lt;p&gt;Not to speak for Megan, but I think she means something like this:&lt;br /&gt;
HTML:&lt;br /&gt;
&lt;code&gt;&amp;lt;!--[if lt IE 8]&amp;gt;&amp;lt;div id=&amp;quot;for-ie5-7&amp;quot;&amp;gt;&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;br /&gt;
... your content here ...&lt;br /&gt;
&lt;code&gt;&amp;lt;!--[if lt IE 8]&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;br /&gt;
CSS:&lt;br /&gt;
&lt;code&gt;#for-ie5-7 (rest of selectors here) {declarations for IE only ...}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I don&#039;t think anyone expects their designs to work in &quot;all browsers&quot;-- counting all the older versions out there, there must be thousands. You may like to read about how Google tackles this tricky problem with their &lt;a href=&quot;http://developer.yahoo.com/yui/articles/gbs/&quot;&gt;Graded Browser Support&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Good luck with your efforts. Visit us for help when you get stuck.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2009 04:10:17 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1238342 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>can you post an example,</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-compatibility-wtih-all-web-browser#comment-1238341</link>
    <description> &lt;p&gt;can you post an example, Megan?&lt;/p&gt;
&lt;p&gt;it seems to me that any IE styles applied to a wrapper would be overriden by the non-IE styles...&lt;/p&gt;
&lt;p&gt;unless you have an IE wrapper inside every container, which is tedious&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Feb 2009 23:06:36 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238341 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>A lot of this really comes</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-compatibility-wtih-all-web-browser#comment-1238335</link>
    <description> &lt;p&gt;A lot of this really comes from experience - knowing what is likely to cause problems and how to solve them. Widths, margins, and padding (box model) is often the biggest problem. Using a lot of absolute positioning can also cause problems.&lt;/p&gt;
&lt;p&gt;Always make sure you&#039;re using a strict doctype (either html 4.01 or xhtml 1.0). THis will help to make sure you&#039;re seeing the most standards compliant rendering mode. Then design for standards compliant browsers first (Firefox, Opera, Safari etc.). After that, try to tweak so it works in IE. If you can&#039;t make it work in both, then use conditional comments to server different CSS to IE. &lt;/p&gt;
&lt;p&gt;My current preferred method of using conditional comments is to put in an extra wrapper div for IE called IEroot (and IE6root if necessary). THen you can add in the extra CSS in your regular stylesheet. This way you don&#039;t risk making mistakes when you do future changes because you&#039;ve forgotten about the special IE css file.&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Feb 2009 19:31:30 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1238335 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>unfortunately, it is often</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-compatibility-wtih-all-web-browser#comment-1238325</link>
    <description> &lt;p&gt;unfortunately, it is often necessary to create a special stylesheet for IE and often you will need one for IE6 and another for IE7 (and soon, perhaps, IE8)&lt;/p&gt;
&lt;p&gt;rather than relying on hacks and tricks that might stop working, the recommended method is &lt;a href=&quot;http://www.quirksmode.org/css/condcom.html&quot;&gt;conditional comments&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Feb 2009 16:28:30 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238325 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
