Skip to main content
Participating Frequently
July 23, 2008
Question

Found an error on external css files

  • July 23, 2008
  • 6 replies
  • 497 views
This is the line that contains the error.
It previews well in FF but it's all off in IE:
What do I need to fix?

This topic has been closed for replies.

6 replies

Inspiring
July 24, 2008
That's not a CSS file - that's an HTML file.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"labecs" <webforumsuser@macromedia.com> wrote in message
news:g688q9$c56$1@forums.macromedia.com...
> It's supposed to be the css for the page
>
> <title>Untitled Document</title>
> <link href="../mypets/thrColHybHdr.css" rel="stylesheet" type="text/css"
> />
> <!--[if IE]>
> <style type="text/css">
> /* place css fixes for all versions of IE in this conditional comment */
> .thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
> .thrColHybHdr #mainContent { zoom: 1; padding-top: 15px; }
> /* the above proprietary zoom property gives IE the hasLayout it needs to
> avoid several bugs */
> </style>
> <![endif]--><style type="text/css">
> <!--
>
> When I run the browser compatibility report, it tells me this:
> Found 1 errors in external css files
>
> Affects: Firefox 2.0; Internet Explorer 5.0, 5.5, 6.0, 7.0; Internet
> Explorer
> for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0
>

labecsAuthor
Participating Frequently
July 24, 2008
I fixed it. I just started from scratch again. Thank you all :)
labecsAuthor
Participating Frequently
July 23, 2008
http"//www.formypets.net

labecsAuthor
Participating Frequently
July 23, 2008
It's supposed to be the css for the page

<title>Untitled Document</title>
<link href="../mypets/thrColHybHdr.css" rel="stylesheet" type="text/css" />
<!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
.thrColHybHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]--><style type="text/css">
<!--

When I run the browser compatibility report, it tells me this:
Found 1 errors in external css files

Affects: Firefox 2.0; Internet Explorer 5.0, 5.5, 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0
Inspiring
July 23, 2008
Or better yet, what is the error message?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"labecs" <webforumsuser@macromedia.com> wrote in message
news:g681ae$12p$1@forums.macromedia.com...
> This is the line that contains the error.
> It previews well in FF but it's all off in IE:
> What do I need to fix?
>
>
>
> <link href="../mypets/thrColHybHdr.css" rel="stylesheet" type="text/css"
> />

Inspiring
July 23, 2008
What's in that CSS file?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"labecs" <webforumsuser@macromedia.com> wrote in message
news:g681ae$12p$1@forums.macromedia.com...
> This is the line that contains the error.
> It previews well in FF but it's all off in IE:
> What do I need to fix?
>
>
>
> <link href="../mypets/thrColHybHdr.css" rel="stylesheet" type="text/css"
> />