<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>CSS disappears on HD checks | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/</link>
  <description>A Browsers forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>02/28/04, 059 53 2004 2004:%i:1077987207 11:53:27</pubDate>
  <lastBuildDate>06/07/13, 158 15 2013 2013:%i:1370596541 05:15:41</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Stan  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p552</link>
    <description><![CDATA[Here's a real puzzle. A few days ago, whenever I checked my pages prior to uploading them, they were not influenced by my style sheets. They had default fonts etc. This problem occured with IE 5.1, Mozilla 1.2.1 and Netscape 7.01. Strangely, Netscape 4.65 displayed the pages the way they were intended to look. All the pages look fine on all the above mentioned browsers when I view them from the net instead of my hard drive. I'm using Mac OS 9.1.<br /><br />Does anyone know what's going on and what I can do about it?]]></description>
    <pubDate>02/28/04, 059 53 2004 2004:%i:1077987207 11:53:27</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p552</guid>
   </item>
     <item>
    <title>Dzblack  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p553</link>
    <description><![CDATA[This is a good subject but not easily explained. I remember this problem vividly with OS9.<br /><br />Working with Dreamweaver and IE on the Mac, we could not get our recent CSS changes to show up in IE (some version of 5.X). We tried everything from closing IE and reopening, to clearing the cache and still no visible evidence of our style changes. Only the net worked, the hard drive did not. <br /><br />In short, the solution is not easily identifiable to me. All I know is this: We now have OS 10.2.8 and DreamweaverMX and Safari as our testing browser. All changes to CSS are readily available on the fly from our hard drive.<br /><br />Yes, I know, this is not pinning down the problem. It only provides our solution.<br /><br />OS9 was buggy as far as I'm concerned. A bunch of weird problems such as yours went away after our upgrade.<br /><br />Hope this helps.]]></description>
    <pubDate>02/28/04, 059 06 2004 2004:%i:1077998771 15:06:11</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p553</guid>
   </item>
     <item>
    <title>Stan  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p554</link>
    <description><![CDATA[My plan was to hold out a couple of more months so I can upgrade by buying a whole new machine. What would make this problem show up all of a sudden? I've had OS 9 for a few years now.]]></description>
    <pubDate>02/28/04, 059 31 2004 2004:%i:1078000276 15:31:16</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p554</guid>
   </item>
     <item>
    <title>Dzblack  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p555</link>
    <description><![CDATA[Stan, I do not know that answer. All I do know is that support for IE on the Mac is dead with Safari so strong.<br /><br />I will look into this further, call my Mac buddies about this, see if they know the exact answer.<br /><br />Dave]]></description>
    <pubDate>02/28/04, 059 41 2004 2004:%i:1078000875 15:41:15</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p555</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p556</link>
    <description><![CDATA[I'm still on 9 and that's a new one one me. If you're setting up &quot;sites&quot; in dreamweaver or whatever, it sounds like a path issue that's resolved when the files are uploaded and in place. ]]></description>
    <pubDate>02/28/04, 059 37 2004 2004:%i:1078025868 22:37:48</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p556</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p557</link>
    <description><![CDATA[I have never seen this problem on OS9, or anything else. As baxter says, it's most likely a path problem, but that's easy to check. Look at the path in the &lt;link href...<br /><br />If the .css file is at the same level as the page it should be<br /><br />href=&quot;mystyles.css&quot;<br /><br />up a level it's<br /><br />href=&quot;../mystyles.css&quot;<br /><br />in another directory its<br /><br />href=&quot;../directoryname/mystyles.css&quot;<br /><br />Watch out for the notorious<br /><br />href=&quot;/mystyles.css&quot;<br /><br />that's is going to fail on a hard disk because a slash on its own has a special meaning and only works properly on UNIX.<br /><br />]]></description>
    <pubDate>02/29/04, 060 55 2004 2004:%i:1078048520 04:55:20</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p557</guid>
   </item>
     <item>
    <title>Dzblack  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p558</link>
    <description><![CDATA[Stan, I remember this problem now. I believe it has everything to do with setting your links as Relative to: Document or Site Root.<br /><br />If your pages are all set Relative to: Site Root, then you may encounter the problem mentioned in your first post.<br /><br />Go back and check all links on all pages and set them to Relative to: Document and I believe the problem will go away.<br /><br />Dave]]></description>
    <pubDate>02/29/04, 060 14 2004 2004:%i:1078067651 10:14:11</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p558</guid>
   </item>
     <item>
    <title>Jdenny  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p559</link>
    <description><![CDATA[Checking your paths was going to be exactly my advice, I have started to ensure the work-in-progress on my hard drive is in a directory structure identical to that on the web server.]]></description>
    <pubDate>02/29/04, 060 26 2004 2004:%i:1078072009 11:26:49</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p559</guid>
   </item>
     <item>
    <title>Stan  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p560</link>
    <description><![CDATA[Here is the link from the head of the pages.<br /><br />&lt;link rel=&quot;stylesheet&quot; href=&quot;mvbscss.css&quot; type=&quot;text/css&quot; /&gt;<br /><br />It's been the same for months.<br /><br />I haven't moved the style sheet or added new folders to the folder that holds the site. I get the problem not only if I open a page using the &quot;preview in browser&quot; feature in Dreamweaver, but also if I just drag the file onto the brower's icon.<br /><br />I tried updating from 9.1 to 9.2.1 and saw no difference.]]></description>
    <pubDate>02/29/04, 060 38 2004 2004:%i:1078094316 17:38:36</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p560</guid>
   </item>
     <item>
    <title>Dzblack  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p561</link>
    <description><![CDATA[Stan...root-relative links are interpreted by servers, not by browsers, so if you open a local page that uses root-relative links in your browser, the links don't work. You will have to preview from the server, not your local files.<br /><br />Go to the HELP menu in Dreamweaver and type in: Site root-relative paths .<br /><br />That may help you.<br />]]></description>
    <pubDate>03/01/04, 061 40 2004 2004:%i:1078148406 08:40:06</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p561</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p562</link>
    <description><![CDATA[I've never had a problem with using relative links locally, but your local directory/file structure MUST match the server if you want it to work the same.]]></description>
    <pubDate>03/01/04, 061 35 2004 2004:%i:1078151719 09:35:19</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p562</guid>
   </item>
     <item>
    <title>Dzblack  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p563</link>
    <description><![CDATA[Stan...here's another thing to check...in your Dreamweaver Preferences, Preview in Browser...uncheck the &quot;Preview Using Temporary File&quot;<br /><br />This bypasses the temporary copy and goes directly to the document for preview and server debugging. I have found the temporary file in dreamweaver to be buggy on my Mac.<br /><br />Also, I'm waiting for a reply from another forum about this issue. We will get this pinned down and solved one way or another.]]></description>
    <pubDate>03/01/04, 061 35 2004 2004:%i:1078158909 11:35:09</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/css_disappears_on_hd_checks/#p563</guid>
   </item>
   </channel>
</rss