<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002820" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002820</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css#comment-1012454</link>
    <description> &lt;p&gt;yeah great, it worked! finally i solved this problem with your help! thank you all!!!!!&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Jan 2000 10:22:00 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1012454 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css#comment-1012453</link>
    <description> &lt;p&gt;thank you john! i&#039;ll try it out tomorrow (it&#039;s sunday evening, i&#039;d say i won&#039;t touch that thing now...  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; )&lt;br /&gt;
i&#039;ll comment it after trying.&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Jan 2000 20:38:00 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1012453 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css#comment-1012452</link>
    <description> &lt;p&gt;OK, here it is!  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;NS had a problem with the font:Arial part of the code in the body declaration. The  font set by itself is supposed to be used as a shortcut to writing font-family, font-size, etc. individually. Apparently the font-family or the font were trying to override each other and made NS give up. To fix it, just get rid of the font:Arial and instead of font-family:sans-serif just use font-family:Arial (Arial is sans-serif anyway from what I recall). So make it like this in the css:&lt;/p&gt;
&lt;p&gt;BODY  { font-family:Arial; font-size:12pt; background-color:6378CB;}&lt;/p&gt;
&lt;p&gt;Fixed it for me in NS 4.7, hope it works for you too.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
John Pollock&lt;br /&gt;
 &lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Jan 2000 19:23:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1012452 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css#comment-1012451</link>
    <description> &lt;p&gt;I&#039;ll take a closer look when I get NS reinstalled (new computer). For grins, you might try matching the case (in the style sheet you have BODY but in the page you have &amp;lt;body&amp;gt;. I doubt that&#039;s it but it could be worth a try. I&#039;ll get a closer look when I can.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
John Pollock&lt;br /&gt;
 &lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Jan 2000 20:29:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1012451 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css#comment-1012450</link>
    <description> &lt;p&gt;no sorry, it&#039;s not solved yet...  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/frown.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;br /&gt;
but i got some hints:&lt;br /&gt;
- background-colour is white with N, still i have defined a kind of blue (IE shows the right one)&lt;br /&gt;
- font is Times New Roman with N, still i defined it as arial, sans-serif in the css (IE shows the right one)&lt;br /&gt;
- the size of some classes isn&#039;t shown as i want it to with N (IE does it right)&lt;/p&gt;
&lt;p&gt;i tried it with internal and external style-sheets, you may have a look at: &lt;a href=&quot;http://www.inventazo.ch/ausbildung.htm&quot; class=&quot;bb-url&quot;&gt;http://www.inventazo.ch/ausbildung.htm&lt;/a&gt;  (internal) or &lt;a href=&quot;http://www.inventazo.ch/ausbildung_2.htm&quot; class=&quot;bb-url&quot;&gt;http://www.inventazo.ch/ausbildung_2.htm&lt;/a&gt;  (external). &lt;/p&gt;
&lt;p&gt;thanx for comments!  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jan 2000 14:59:00 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1012450 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css#comment-1012449</link>
    <description> &lt;p&gt;RC,&lt;br /&gt;
I said &quot;...and don&#039;t want everybody to copy it &lt;strong&gt;easily&lt;/strong&gt; you might want...&quot;&lt;br /&gt;
(no offense)&lt;br /&gt;
A lot of people still don&#039;t know that something like a cachefolder exists.&lt;/p&gt;
&lt;p&gt;Alibabababababababa,&lt;br /&gt;
Thought your problem was solved?&lt;/p&gt;
&lt;p&gt;Jack.   &lt;img src=&quot;http://www.webmaster-forums.com/ubb/tongue.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; &lt;/p&gt;
&lt;p&gt;[This message has been edited by Jack Michaelson (edited 20 January 2000).]&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jan 2000 13:46:00 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1012449 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css#comment-1012448</link>
    <description> &lt;p&gt;I hope nobody uses the &amp;lt;script language=&quot;javascript&quot; src=&quot;YourPath&quot;&amp;gt;&amp;lt;/script&amp;gt; to stop people from viewing the source because this will not work.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;go to &lt;a href=&quot;http://www.microsoft.com&quot; class=&quot;bb-url&quot;&gt;www.microsoft.com&lt;/a&gt;  and view the source. You will see this near the top:&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&quot;JavaScript&quot; src=&#039;/library/toolbar/toolbar.js&#039;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script language=&quot;JavaScript&quot; src=&#039;/library/toolbar/en-us/global.js&#039;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script language=&quot;JavaScript&quot; src=&#039;/library/toolbar/en-us/local.js&#039;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;The only way I know how to do this is with Windows Netscape 4.7 (and maybe lower) so you have to have that for this example to work. In windows explorer go to Program Files/Netscape/Users/*YOURUSER*/Cache and delete everything in the directory except for the file fat.db. The in Netscape goto the microsoft page again. Then look in the cache directory and you will see 4 files. You will see fat.db and three randomly named .js files, which correspond to the .js files from the page. You can also capture .css files this way, and I have even seen .asp files in there before although I think they were created on the fly as they had no code. &lt;/p&gt;
&lt;p&gt;Anyway, not trying to teach people how to &quot;steal&quot; code, just letting people know that anything you put in your online public folder can be seen by the world. &lt;/p&gt;
&lt;p&gt;cheers&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jan 2000 13:11:00 +0000</pubDate>
 <dc:creator>RC</dc:creator>
 <guid isPermaLink="false">comment 1012448 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css#comment-1012447</link>
    <description> &lt;p&gt;there are no ideas how to solve my problem i suggest?  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jan 2000 12:14:00 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1012447 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css#comment-1012446</link>
    <description> &lt;p&gt;Yes,&lt;br /&gt;
but external js files can be done like this also:&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&quot;javascript&quot; src=&quot;YourPath&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;When visitors view your source they can&#039;t find any of the javascript-functions then. With the &amp;lt;!--include//--&amp;gt;-option they can.&lt;br /&gt;
Now I know that&#039;s not really a problem, but when you&#039;re really proud of your selfcreated js-functions and don&#039;t want everybody to copy it easily you might want to use it.&lt;/p&gt;
&lt;p&gt;And about external CSS-files:&lt;br /&gt;
don&#039;t use:&amp;lt;style&amp;gt;&amp;lt;/style&amp;gt;&lt;/p&gt;
&lt;p&gt;Jack &lt;img src=&quot;http://www.webmaster-forums.com/ubb/tongue.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jan 2000 09:27:00 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1012446 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css#comment-1012445</link>
    <description> &lt;p&gt;Hi Jack,&lt;/p&gt;
&lt;p&gt;   No, you didn&#039;t.  I&#039;m just not that fluent in external css.  All of the stuff I&#039;ve done with it has either been with the head tags or inline.  I know with js you can include the tags if your include statement is of the &amp;lt;!-- #include ... type. I extrapolated from that and assumed the same could be done with css files.  (As Felix of &quot;The Odd Couple&quot; once said: &#039;Never assume...U make an...&#039; -- a hard lesson to learn.)&lt;br /&gt;
   Sorry for the confusion.&lt;/p&gt;
&lt;p&gt;Vinny &lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade:cut&amp;amp;paste javascript&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Jan 2000 20:15:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1012445 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
