From: bob2none on
I'm getting the same error but mine is saying the problem is with IE6 and IE7
so it definitely needs to be fixed. It looks fine when I view in IE6 and IE7.
My style sheet is a lot more complex than usual so I probably messed up some
place. Here's what I have written so far for the style sheet:

@charset "utf-8";
#MainAreaTitle {
font-size: 17px;
font-family: Arial, Helvetica, sans-serif;
color: #141370;
font-style: normal;
font-weight: bold;
padding: 2px;
overflow: auto;
width: 520px;
position: fixed;
height: 20px;
vertical-align: top;
}
#DivMainBody {
position:fixed;
width:520px;
overflow: auto;
vertical-align: top;
height: 450px;
text-decoration: none;
}
.MainAreaTable {
background-color: #FFFFFF;
height: 100%;
width: 400px;
overflow: auto;
border-collapse: inherit;
}
#SideBarMainBody {
width: 150px;
height: 435px;
background-color: #FFFFFF;
overflow: auto;
vertical-align: top;
padding: 2px;
}

#SideBarTitle {
font-size: 17px;
font-family: Arial, Helvetica, sans-serif;
color: #000093;
font-style: normal;
font-weight: bold;
padding: 2px;
overflow: auto;
width: 198px;
position: fixed;
height: 20px;
vertical-align: top;
}
.SideBarTable {
height: 100%;
width: 198px;
background-color: #FFFFFF;
}
.BodyTable {
background-color: #141370;
width: 800px;
position: fixed;
overflow: auto;
border-top-color: #141370;
border-bottom-color: #141370;
border-left-color: #141370;
border-right-color: #141370;
color: #FFFFFF;
border-collapse: collapse;
border-color: #141370;
height: 600px;
}
.BodyTablecenterborder {
background-image: url(Template/template_r11_c7.gif);
height: 100%;
width: 18px;
}

.BodyTableleftborder {
background-image: url(Template/template_r11_c1.gif);
background-position: center;
height: 100%;
width: 16px;
}
.BodyTablerightborder {
background-image: url(Template/template_r11_c13.gif);
height: 100%;
width: 11px;
border-collapse: collapse;
}


And the line of code that causes the error says:

<link href="../style.css" rel="stylesheet" type="text/css" />


Which leads to a:

File Z:\Inetpub\wwwroot_Com_New\Template\template.htm
Error Found 4 errors in external css files
Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2
line 59 DefaultContextFromParseExternalStyleError


 | 
Pages: 1
Prev: requires elevation?
Next: New Site Folders