<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024226" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024226</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-47-windows-and-css#comment-1148363</link>
    <description> &lt;p&gt;Ack, why are they making you develop for *that* browser? There has to come a time where we let go of ancient - non-compliant - browsers such as this (ok, so everyone still uses IE but you get the idea!)&lt;br /&gt;
Anyway, rant over... Check the following link:&lt;br /&gt;
&lt;a href=&quot;http://www.ericmeyeroncss.com/bonus/trick-hide.html&quot; class=&quot;bb-url&quot;&gt;http://www.ericmeyeroncss.com/bonus/trick-hide.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;The above technique should allow you to create a seperate style sheet for compatible browsers (and IE), whilst having an NN4.X specific style which other browsers will ignore.&lt;/p&gt;
&lt;p&gt;As for specifying font sizes, this is against useability guidelines. A W3C note on the subject (found at: &lt;a href=&quot;http://www.w3.org/TR/WCAG10-CSS-TECHS/&quot; class=&quot;bb-url&quot;&gt;http://www.w3.org/TR/WCAG10-CSS-TECHS/&lt;/a&gt;) states:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Checkpoints in this section: 3.4 Use relative rather than absolute units in markup language attribute values and style sheet property values. [Priority 2] &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This is in part 3 of the note, you may think I&#039;m being pedantic but I think it&#039;s important to create web pages that are accessible to everyone &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;Personally I make as much of the design &quot;liquid&quot; as is possible (unless impossible because of bitmap sizes), this means that the entire design resizes in line with text - I stole the idea for this technique from the Elastic Lawn design at CSS Zen Garden (&lt;a href=&quot;http://www.csszengarden.com/?cssfile=/063/063.css&amp;amp;page=2&quot; class=&quot;bb-url&quot;&gt;http://www.csszengarden.com/?cssfile=/063/063.css&amp;amp;page=2&lt;/a&gt;) ... Watch what happens - especially in IE - when you resize the text &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Mar 2004 13:48:51 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1148363 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-47-windows-and-css#comment-1148360</link>
    <description> &lt;p&gt;I switched to Firefox a few weeks ago, used Mozilla before that and IE 6 before that. It&#039;s totally different than IE, totally. I still load up IE for 2 sites, one is a bank that has some banner rotation thing and keeps refreshing in Firefox so I can&#039;t view the site. That&#039;s okay, at least I can balance my checkbook.&lt;/p&gt;
&lt;p&gt;I thought that valid code was good for something, Busy. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Mar 2004 11:38:53 +0000</pubDate>
 <dc:creator>DC_Sara</dc:creator>
 <guid isPermaLink="false">comment 1148360 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-47-windows-and-css#comment-1148356</link>
    <description> &lt;p&gt;NS4.7 is one of the most unforgiving browsers which is why it&#039;s perfect to learn to code on, If you can make your pages display how you want in there your pretty mush set everywhere else.&lt;/p&gt;
&lt;p&gt;Introduce them to mozilla, still the same family but a whole lot more forgiving&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Mar 2004 06:41:27 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1148356 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-47-windows-and-css#comment-1148349</link>
    <description> &lt;p&gt;thanks folks. That pretty much answers what i need.&lt;/p&gt;
&lt;p&gt;The client uses thousands of N4.7 browsers. All their in house stuff works with it and they don&#039;t want to rock the boat right now.&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Mar 2004 02:36:11 +0000</pubDate>
 <dc:creator>cordedpoodle</dc:creator>
 <guid isPermaLink="false">comment 1148349 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-47-windows-and-css#comment-1148334</link>
    <description> &lt;p&gt;Most &#039;standard&#039; CSS things will work on NS4.7 (I love that browser), But anything involving layers, postioning (CSS2 or above) wont work. You have to remember NS4.7 was released just before CSS was released.&lt;/p&gt;
&lt;p&gt;px works fine for fonts, as does pt, think you can even use em as well.&lt;/p&gt;
&lt;p&gt;If you will be working with NS4.7 for a while, look up JSS on the Netscape site (was Netscapes version of CSS which W3C wasn&#039;t interested in) to give you an idea of what can be used, will have to convert to it CSS. If your not don&#039;t worry about the JSS as it was never used and just do the CSS thing.&lt;/p&gt;
&lt;p&gt;Southern gal, your not quite right, if it validates it doesn&#039;t mean it will work on all browsers, just means you have clean trouble free code that should work across the board. It is always good to work with valid code thou, does help a lot.&lt;br /&gt;
W3C has nothing to do the browsers themselfs and just sets the standards the browsers should work to, but as we all know all browsers are different. One day hopefully all the browsers will conform to the web standards.&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Mar 2004 23:23:23 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1148334 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-47-windows-and-css#comment-1148333</link>
    <description> &lt;p&gt;I can&#039;t imagine why you&#039;d have to serve N4 at this point in time. That&#039;s ridiculous. put your CSS in an @import and serve default stuff to N4 and lower browsers. If necessary, split it out. &lt;/p&gt;
&lt;p&gt;Pixels are not ideal, but are the best option for N4.&lt;/p&gt;
&lt;p&gt;It&#039;s been awhile, but form element styling (borders and padding) can cause crashes. Look up the archives and search for N4 CSS resources if you really must. It would be better to spend your time bringing sense to the client.&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Mar 2004 23:15:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1148333 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-47-windows-and-css#comment-1148332</link>
    <description> &lt;p&gt;I always have used px for fonts no matter what browser I&#039;m designing for. If you are doing everything in .CSS for NS 4 then you need to be aware of how things will translate across other browsers. I use Browse Master you can get it here: &lt;a href=&quot;http://www.applythis.com/browsermaster/default.asp&quot; class=&quot;bb-url&quot;&gt;http://www.applythis.com/browsermaster/default.asp&lt;/a&gt; It&#039;s a great program and it helps me out with the different sizes, etc. What are you using for the .CSS? Are you writing it from scratch? If it validates, (I could be wrong.) it should work in all browsers. I use Top Style for that, you can get it here: &lt;a href=&quot;http://bradsoft.com/topstyle/index.asp&quot; class=&quot;bb-url&quot;&gt;http://bradsoft.com/topstyle/index.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Mar 2004 23:10:31 +0000</pubDate>
 <dc:creator>DC_Sara</dc:creator>
 <guid isPermaLink="false">comment 1148332 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
