Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Found an error on external css files

New Here ,
Jul 23, 2008 Jul 23, 2008

Copy link to clipboard

Copied

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?

TOPICS
Server side applications

Views

479
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 23, 2008 Jul 23, 2008

Copy link to clipboard

Copied

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"
> />

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 23, 2008 Jul 23, 2008

Copy link to clipboard

Copied

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"
> />

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 23, 2008 Jul 23, 2008

Copy link to clipboard

Copied

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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 23, 2008 Jul 23, 2008

Copy link to clipboard

Copied

http"//www.formypets.net

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 23, 2008 Jul 23, 2008

Copy link to clipboard

Copied

I fixed it. I just started from scratch again. Thank you all :)

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 24, 2008 Jul 24, 2008

Copy link to clipboard

Copied

LATEST
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
>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines