<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020342" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020342</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-netscape-4-anyone#comment-1124900</link>
    <description> &lt;p&gt;Ahh mispoke there. That&#039;s what I meant. The actual problem was, as Suzanne said, that it processes all of the rules in both of the files (NS4 &amp;amp; Other).&lt;/p&gt;
&lt;p&gt;One alternitive is a php browser sniff.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Feb 2003 21:39:08 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1124900 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-netscape-4-anyone#comment-1124426</link>
    <description> &lt;p&gt;N6 and N7, while understanding @import, also understand the things you want to hide from N4.x. It most certainly does process @import correctly.&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Jan 2003 00:29:31 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124426 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-netscape-4-anyone#comment-1124408</link>
    <description> &lt;p&gt;Just wanted to add that although this is a solution to one problem, you will eventually find more problems and require some sort of workaround (like the @import one mentioned above).  These however are only compatible for now, and i have even gotten ns7 and it did not do the @import workaround correctly. I decided I&#039;d just use php instead to serve the right css to the browser using a php browser sniffer. Good luck.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Jan 2003 21:33:57 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1124408 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-netscape-4-anyone#comment-1124406</link>
    <description> &lt;p&gt;I have been experimenting and apparently using&lt;br /&gt;
background: url(mycolor_1px.jpg) #fff;&lt;br /&gt;
will actually cover all areas. Apparently using a 1x1px gif or jpg image which repeats, actually performs normally in ns4.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Jan 2003 21:31:30 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1124406 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-netscape-4-anyone#comment-1124402</link>
    <description> &lt;p&gt;I think browser sniffers are horrific. I also think you need to learn a bit more about which browsers support what. N7 is head and shoulders above most other browsers for standards support.&lt;/p&gt;
&lt;p&gt;Old Netscape browsers (4.x) came out just when CSS came out, and don&#039;t really support CSS, but rather their own JSS. CSS is translated through their JSS engine.&lt;/p&gt;
&lt;p&gt;Yes, two stylesheets, but you can embed one in the other -- in the linked stylesheet (read by N4.x), at the very top put:&lt;/p&gt;
&lt;p&gt;@import &quot;advanced.css&quot;;&lt;/p&gt;
&lt;p&gt;And put the rest of the styles (everything that hurts N4.x) in the advanced.css file.&lt;/p&gt;
&lt;p&gt;Trying &lt;a href=&quot;http://www.ericmeyeroncss.com&quot; class=&quot;bb-url&quot;&gt;http://www.ericmeyeroncss.com&lt;/a&gt; for more information. Buy the book!&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Jan 2003 21:03:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124402 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-netscape-4-anyone#comment-1124401</link>
    <description> &lt;p&gt;hi busy &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;what do you mean by &lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
to have a different display in new and old use CSS.&lt;br /&gt;
use the  method for the older and the import (@style.css) for the new&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;???&lt;/p&gt;
&lt;p&gt;new and old what broswers? i&#039;ve been wondering about that too...&lt;br /&gt;
how does that work?&lt;/p&gt;
&lt;p&gt;do i need to write 2 separate stylesheets - one for ns4 &amp;amp; one for everythig else?&lt;/p&gt;
&lt;p&gt;i&#039;m a little confused.&lt;/p&gt;
&lt;p&gt;does that mean that i need a broswer sniffer (or whatever they&#039;re called)? - so i attach the stylesheet that works in NS4 and then IF they are in a different browser i import anohter one?&lt;br /&gt;
sorry &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt; - i know basic css - this is the first time that i&#039;m trying to do something that is more complex than controlling font sizes.&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Jan 2003 20:57:37 +0000</pubDate>
 <dc:creator>ktown</dc:creator>
 <guid isPermaLink="false">comment 1124401 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-netscape-4-anyone#comment-1124397</link>
    <description> &lt;p&gt;there are ways around what your trying to do in NS4.* (like margin:7px) but can affect the newer browsers.&lt;/p&gt;
&lt;p&gt;to have a different display in new and old use CSS.&lt;br /&gt;
use the  method for the older and the import (@style.css) for the new&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Jan 2003 20:19:36 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1124397 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-netscape-4-anyone#comment-1124393</link>
    <description> &lt;p&gt;unbelievable &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
i wish netscape didn&#039;t let people donwload old versions of their broswers... tho i think 7 is pretty bad as well &lt;/p&gt;
&lt;p&gt;how would i go about designing a different display for NS4.x?&lt;br /&gt;
i heard somewhere that javascript broswer sniffers can be really bad. waht do you think?&lt;/p&gt;
&lt;p&gt;thanks suzanne&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Jan 2003 19:32:30 +0000</pubDate>
 <dc:creator>ktown</dc:creator>
 <guid isPermaLink="false">comment 1124393 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-netscape-4-anyone#comment-1124392</link>
    <description> &lt;p&gt;You are experiencing how it works. &lt;/p&gt;
&lt;p&gt;Recommendations are:&lt;/p&gt;
&lt;p&gt;1. live with the difference in display&lt;br /&gt;
2. design a different display for N4.x and hide the other display from it&lt;br /&gt;
3. don&#039;t use positioning with N4.x at all&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Jan 2003 19:25:26 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1124392 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
