<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1028622" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1028622</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/if-ie-50-not-working#comment-1168479</link>
    <description> &lt;p&gt;I understand that forking the stylesheets is not good, but I just didn&#039;t know what to do, so I used it on my new site.  I have time before the launch, so if anyone would like to look at the code (&lt;a href=&quot;http://madclassifieds.000k.net/new/&quot; class=&quot;bb-url&quot;&gt;http://madclassifieds.000k.net/new/&lt;/a&gt;) and help me get it unforked, I&#039;d be very grateful.  I just didn&#039;t see how I could not use them and send different info to IE 5 and IE 6, or adapt the code so it worked in all three.&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Mar 2005 23:05:07 +0000</pubDate>
 <dc:creator>Dragon of Ice</dc:creator>
 <guid isPermaLink="false">comment 1168479 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/if-ie-50-not-working#comment-1168425</link>
    <description> &lt;p&gt;Yeah!  It works.  I don&#039;t know why, but it works.  It has part to do with the fact that I changed it to just 5, instead of 5.0, which affects all IE 5&#039;s instead.  Infact, 5.0 isn&#039;t even owned.  They shipped with 5.0000(?)2.  Anway, I understand forking code is a bad idea, but I did this project a while ago, and right now I&#039;m just trying to wrap it up, and yes I understand that I should be concentrating on good practice...but, it&#039;s too tough at this point in the project.  I just have to get it done.  Also, I&#039;m having some display issues with my current site in IE 5.  Does anyone have suggestions on how to fix the problem of the header without forked code?  &lt;a href=&quot;http://madclassifieds.000k.net/new&quot; class=&quot;bb-url&quot;&gt;http://madclassifieds.000k.net/new&lt;/a&gt; (you have to see it in IE 5, it repeats, and has messed up alignment and a bunch of other stuff.&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Mar 2005 21:27:09 +0000</pubDate>
 <dc:creator>Dragon of Ice</dc:creator>
 <guid isPermaLink="false">comment 1168425 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/if-ie-50-not-working#comment-1168379</link>
    <description> &lt;p&gt;Like it has been said before. Don&#039;t fork your code. With a bit of effort you can make your code work in all browsers without codeforks.&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Mar 2005 13:57:46 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1168379 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/if-ie-50-not-working#comment-1168346</link>
    <description> &lt;p&gt;Unfortunatly, I don&#039;t have PHP.... it&#039;s annoying because I&#039;m used to having it, even if just means a header and footer file that get included.  I&#039;m not doing everything different in IE 5, just a couple key elements.  I don&#039;t really know how else I&#039;d do it, considering IE 5 really messes it up without this code, and I can&#039;t send stuff just to IE 5 and not 6 other than this or a PHP code, which I can&#039;t use.  I&#039;ll check out the ALA list.&lt;/p&gt;
&lt;p&gt;[EDIT]&lt;/p&gt;
&lt;p&gt;I checked out the ALA article, but it&#039;s in Javascript, and I think there&#039;s too many things to be messed up client side.  Shouldn&#039;t the if IE 5.0 work?&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Mar 2005 21:33:44 +0000</pubDate>
 <dc:creator>Dragon of Ice</dc:creator>
 <guid isPermaLink="false">comment 1168346 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/if-ie-50-not-working#comment-1168311</link>
    <description> &lt;p&gt;Do you have php enabled on your server?  If so you can try this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;sniffer.php\&quot;);&lt;br /&gt;&lt;br /&gt;global &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$version&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$browser&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;;&lt;br /&gt;&lt;br /&gt;if(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$browser&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;==\&quot;msie\&quot; &amp;amp;&amp;amp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$version&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;==5) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo(&#039;&amp;lt;link href=\&quot;ie5.css\&quot; type=\&quot;text/css\&quot; rel=\&quot;stylesheet\&quot;&amp;gt;&#039;); // IE5 stylesheet&lt;br /&gt;} else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo(&#039;&amp;lt;link href=\&quot;others.css\&quot; type=\&quot;text/css\&quot; rel=\&quot;stylesheet\&quot;&amp;gt;&#039;); // All others stylesheet&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Then make sure you have the php sniffer in the same directory and named &quot;sniffer.php&quot;.  This can be found here:&lt;br /&gt;
&lt;a href=&quot;http://www.conxiondesigns.com/source/nolines.php?/cfg/apps/sniffer.php/&quot; class=&quot;bb-url&quot;&gt;http://www.conxiondesigns.com/source/nolines.php?/cfg/apps/sniffer.php/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I will caution your.  It is strongly recommended not to design a fork in your site.  Its your call in the end but it is generally bad practice as it causes you to have to edit twice the code that you normally would.  &lt;/p&gt;
&lt;p&gt;-dk&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Mar 2005 06:08:15 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1168311 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/if-ie-50-not-working#comment-1168309</link>
    <description> &lt;p&gt;I don&#039;t know if this will do what you want or not but:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.alistapart.com/articles/n4switch/&quot; class=&quot;bb-url&quot;&gt;ALA - Article - A Backward Compatible Style Switcher&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Mar 2005 03:23:21 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1168309 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
