| CSS Problem Same header, but in NC 4.79 some pages no CSS? |
Catnip

msg:1213180 | 6:41 pm on Nov 15, 2002 (gmt 0) | OK here is the problem in Opera, IE, and Netscape 6.2 my CSS work fine. However in NC 4.79 my CSS work except in my /properties/ dir? And it is the same header. I only have one header for the website. And this just started out of the blue? Over the last week I have made small changes to the website i.e. moved the location of some graphics, text, etc... nothing big. So I'm really confused on what is going on here. Please Help! :( <link rel="stylesheet" href="/css/ivp.css" type="text/css"> <style type="text/css"> BODY {position:absolute;top:0px;left:0px;margin:0px;padding:0px;font-family:Verdana, Arial, Helvetica;font-size: 10pt;} INPUT {font-family:Verdana, Arial, Helvetica;font-size: 10pt;} TEXTAREA {font-family:Verdana, Arial, Helvetica;font-size: 10pt;} </style>
|
tedster

msg:1213181 | 6:54 pm on Nov 15, 2002 (gmt 0) | Since you are only seeing this in one directory, and you've recently moved some things around, I'd strongly suspect that the relative pathname isn't getting picked up correctly. What happens if you use an absolute path to the css file?
|
Catnip

msg:1213182 | 7:01 pm on Nov 15, 2002 (gmt 0) | logic = 0 <link rel="stylesheet" href="http://www.xxxx.com/css/ivp.css" type="text/css"> After adding the relative pathname still the same problem? NC 4.79 = 2 WebMasterworld = 0
|
Catnip

msg:1213183 | 8:31 pm on Nov 15, 2002 (gmt 0) | Can someone take a sec and look at my site? This is honestly making me crazy :(
|
|
|