<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034692" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034692</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-displays-site-differently-ie#comment-1202654</link>
    <description> &lt;p&gt;adjroth,&lt;/p&gt;
&lt;p&gt;A default stylesheet and using elseif, etc.  never crossed my mind.   Thanks for extending the snippet I posted.&lt;/p&gt;
&lt;p&gt;wstinnett&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Jun 2006 20:34:11 +0000</pubDate>
 <dc:creator>wstinnett</dc:creator>
 <guid isPermaLink="false">comment 1202654 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-displays-site-differently-ie#comment-1201845</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;wstinnett wrote:&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;/*Browser detection script that writes a browser specific style sheet to the page*/&lt;br /&gt;
if(navigator.appName == &quot;Netscape&quot;)&lt;br /&gt;
{&lt;br /&gt;
 document.write(&#039;&amp;lt;&#039;+&#039;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../layout/StyleNS.css&quot; /&amp;gt;&#039;);&lt;br /&gt;
}&lt;br /&gt;
 if(navigator.appName == &quot;Microsoft Internet Explorer&quot;)&lt;br /&gt;
{&lt;br /&gt;
 document.write(&#039;&amp;lt;&#039;+&#039;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../layout/StyleEI.css&quot; /&amp;gt;&#039;);&lt;br /&gt;
} if(navigator.appName == &quot;Opera&quot;)&lt;br /&gt;
 {&lt;br /&gt;
 document.write(&#039;&amp;lt;&#039;+&#039;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../layout/StyleOpera.css&quot; /&amp;gt;&#039;);&lt;br /&gt;
 }&lt;br /&gt;
 /*End browser detection script*/&lt;br /&gt;
//--&amp;gt;
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;rewrite to provide a default stylesheet for other browsers if no server side scripting is available. makes use of &quot;elseif&quot; and &quot;else&quot;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;/*Browser detection script that writes a browser specific style sheet to the page*/&lt;br /&gt;if(navigator.appName == &amp;quot;Netscape&amp;quot;)&lt;br /&gt;{&lt;br /&gt; document.write(&amp;#039;&amp;lt;&amp;#039;+&amp;#039;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;../layout/StyleNS.css&amp;quot; /&amp;gt;&amp;#039;);&lt;br /&gt;}&lt;br /&gt;elseif(navigator.appName == &amp;quot;Microsoft Internet Explorer&amp;quot;)&lt;br /&gt;{&lt;br /&gt; document.write(&amp;#039;&amp;lt;&amp;#039;+&amp;#039;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;../layout/StyleEI.css&amp;quot; /&amp;gt;&amp;#039;);&lt;br /&gt;}&lt;br /&gt;elseif(navigator.appName == &amp;quot;Opera&amp;quot;)&lt;br /&gt; {&lt;br /&gt; document.write(&amp;#039;&amp;lt;&amp;#039;+&amp;#039;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;../layout/StyleOpera.css&amp;quot; /&amp;gt;&amp;#039;);&lt;br /&gt; }&lt;br /&gt;else&lt;br /&gt; {&lt;br /&gt; document.write(&amp;#039;&amp;lt;&amp;#039;+&amp;#039;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;../layout/StyleDefault.css&amp;quot; /&amp;gt;&amp;#039;);&lt;br /&gt; }&lt;br /&gt; /*End browser detection script*/&lt;br /&gt;//--&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Jun 2006 05:33:18 +0000</pubDate>
 <dc:creator>adjroth</dc:creator>
 <guid isPermaLink="false">comment 1201845 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-displays-site-differently-ie#comment-1201754</link>
    <description> &lt;p&gt;Do you have access to server side programming such as PHP? If so, you can use a sniffing script there instead of relying on Javascript. That way, it doesn&#039;t matter if Javascript is turned off or not.&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Jun 2006 22:31:04 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1201754 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-displays-site-differently-ie#comment-1201711</link>
    <description> &lt;p&gt;Exactly! What happens if they have disabled JavaScript? That is very probably to happen with IE users which means THE majority. Even if you make IE style sheet a default, users will end up dealing with annoying security warnings. This particular web site isn&#039;t too complicated and it should be quite easy to make it work with CSS. I personally design for IE and FF. If my design doesn&#039;t work with other browsers, it&#039;s their problem. They are a minority.&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Jun 2006 02:03:21 +0000</pubDate>
 <dc:creator>frofi</dc:creator>
 <guid isPermaLink="false">comment 1201711 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-displays-site-differently-ie#comment-1201708</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;wstinnett wrote:&lt;/strong&gt; Hello,&lt;/p&gt;
&lt;p&gt;Everytime I build a site I include this snippet of code in the  section.   This is  JavaScript that detects which browser is opening up and then writes the link to the appropriate style sheet.  All I have to do is build a style sheet for the appropriate browser.  The code below has worked quite well for me.&lt;/p&gt;
&lt;p&gt;/*Browser detection script that writes a browser specific style sheet to the page*/&lt;br /&gt;
if(navigator.appName == &quot;Netscape&quot;)&lt;br /&gt;
{&lt;br /&gt;
 document.write(&#039;&amp;lt;&#039;+&#039;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../layout/StyleNS.css&quot; /&amp;gt;&#039;);&lt;br /&gt;
}&lt;br /&gt;
 if(navigator.appName == &quot;Microsoft Internet Explorer&quot;)&lt;br /&gt;
{&lt;br /&gt;
 document.write(&#039;&amp;lt;&#039;+&#039;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../layout/StyleEI.css&quot; /&amp;gt;&#039;);&lt;br /&gt;
} if(navigator.appName == &quot;Opera&quot;)&lt;br /&gt;
 {&lt;br /&gt;
 document.write(&#039;&amp;lt;&#039;+&#039;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../layout/StyleOpera.css&quot; /&amp;gt;&#039;);&lt;br /&gt;
 }&lt;br /&gt;
 /*End browser detection script*/&lt;br /&gt;
//--&amp;gt;&lt;/p&gt;
&lt;p&gt;I hope this helps.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
wstinnett&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That&#039;s all good and well, but here&#039;s a few things to consider:&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;
&lt;li&gt;What if they are using a browser not listed there? Shouldn&#039;t you have some sort of default in case they aren&#039;t using a recognizable browser?&lt;/li&gt;
&lt;li&gt;What if they have Javascript disabled?&lt;/li&gt;
&lt;/ul&gt;
 </description>
     <pubDate>Fri, 09 Jun 2006 00:04:12 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1201708 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-displays-site-differently-ie#comment-1201706</link>
    <description> &lt;p&gt;one problem i saw isnt really related to your problem, but you have an extra  tag within your , also you dont have an ending  tag for the form.&lt;/p&gt;
&lt;p&gt;as for the site not displaying correctly, the only thing i can say is to recreate the top table making use of rowspan on your tables instead of using tables within your tables. There are also alot of unnecessary  and  tags.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Jun 2006 23:59:57 +0000</pubDate>
 <dc:creator>adjroth</dc:creator>
 <guid isPermaLink="false">comment 1201706 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-displays-site-differently-ie#comment-1201703</link>
    <description> &lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Everytime I build a site I include this snippet of code in the  section.   This is  JavaScript that detects which browser is opening up and then writes the link to the appropriate style sheet.  All I have to do is build a style sheet for the appropriate browser.  The code below has worked quite well for me.&lt;/p&gt;
&lt;p&gt;/*Browser detection script that writes a browser specific style sheet to the page*/&lt;br /&gt;
if(navigator.appName == &quot;Netscape&quot;)&lt;br /&gt;
{&lt;br /&gt;
 document.write(&#039;&amp;lt;&#039;+&#039;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../layout/StyleNS.css&quot; /&amp;gt;&#039;);&lt;br /&gt;
}&lt;br /&gt;
 if(navigator.appName == &quot;Microsoft Internet Explorer&quot;)&lt;br /&gt;
{&lt;br /&gt;
 document.write(&#039;&amp;lt;&#039;+&#039;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../layout/StyleEI.css&quot; /&amp;gt;&#039;);&lt;br /&gt;
} if(navigator.appName == &quot;Opera&quot;)&lt;br /&gt;
 {&lt;br /&gt;
 document.write(&#039;&amp;lt;&#039;+&#039;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../layout/StyleOpera.css&quot; /&amp;gt;&#039;);&lt;br /&gt;
 }&lt;br /&gt;
 /*End browser detection script*/&lt;br /&gt;
//--&amp;gt;&lt;/p&gt;
&lt;p&gt;I hope this helps.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
wstinnett&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Jun 2006 23:30:18 +0000</pubDate>
 <dc:creator>wstinnett</dc:creator>
 <guid isPermaLink="false">comment 1201703 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-displays-site-differently-ie#comment-1201678</link>
    <description> &lt;p&gt;every time when you design a web page the first thing which you shoud do is to check the website with all the browsers. and in this way you can fit the website how you want it and see the errors as well.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Jun 2006 14:10:52 +0000</pubDate>
 <dc:creator>foottuns</dc:creator>
 <guid isPermaLink="false">comment 1201678 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-displays-site-differently-ie#comment-1201675</link>
    <description> &lt;p&gt;I agree. I&#039;ve had the same problem some time ago. CSS will allow you to position everything where you want. I guess you are using Dreamwaver. Start rebuilding the site using styles and every time you change something, check it in FF (preview). Than try IE and make adjustments if necessary. With absolute positioning it should look the same in both browsers. Also don&#039;t forget to close every tag properly as this usually causes most differences. Sometimes a simple /&amp;gt; at he end of tag will do but sometimes you have to close it properly, like for example . When using line-break , use  instead. Just try the html validation within dreamwaver and that should tell you where you made a mistake with closing tags (at least most of them). You have too many nesting errors and unclosed tags on your page.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Jun 2006 13:38:32 +0000</pubDate>
 <dc:creator>frofi</dc:creator>
 <guid isPermaLink="false">comment 1201675 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-displays-site-differently-ie#comment-1201652</link>
    <description> &lt;p&gt;There will almost always be differences between the two...sometimes major.  I don&#039;t know about you, but the alignment of all the different menus and borders and things is totally out of whack (Firefox).&lt;/p&gt;
&lt;p&gt;My first suggestion would be to try converting all tables (if possible) to &quot;divs&quot;.  That might give you a little more control (and sense) of what&#039;s going on here.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Jun 2006 03:24:54 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1201652 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
