Adobe Dreamweaver Forums



Last 10 THreads :         Writing mxml transition in as3 (Last Post : SiHoop - Replies : 0 - Views : 1 )           »          Is There An Extension that Renames Layers Based on MovieClip Names of Files (Last Post : fcastro75 - Replies : 4 - Views : 5 )           »          file directory. (Last Post : Alan - Replies : 10 - Views : 11 )           »          Lining up flash video in different browsers... (Last Post : Jasper Thayer - Replies : 1 - Views : 2 )           »          Uploading Streaming Video (Last Post : K.A.M. - Replies : 2 - Views : 6 )           »          How do I Set Text of Container? (Last Post : lazybones99 - Replies : 2 - Views : 3 )           »          Locking resize handles in browser. (Last Post : emilio_tha_don - Replies : 10 - Views : 11 )           »          gesture driven scrolling list (Last Post : cntpmaxn - Replies : 64 - Views : 953 )           »          Formatting Text Paragraph (Last Post : BudHud - Replies : 0 - Views : 1 )           »          Tutorial Announcement :: Dynamic DropDwon Accordion Panel :: (Last Post : Günter_Schenk@adobeforums.com - Replies : 1 - Views : 2 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver Application Development
 
Tags:

Reply
  #1 (permalink)  
Old 07-23-2008, 07:56 PM
labecs
 
Posts: n/a
Diggs:
Default Found an error on external css files

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" />
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-23-2008, 08:22 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Found an error on external css files

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


Reply With Quote
  #3 (permalink)  
Old 07-23-2008, 08:22 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Found an error on external css files

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


Reply With Quote
  #4 (permalink)  
Old 07-23-2008, 10:08 PM
labecs
 
Posts: n/a
Diggs:
Default Re: Found an error on external css files

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

Reply With Quote
  #5 (permalink)  
Old 07-23-2008, 11:12 PM
labecs
 
Posts: n/a
Diggs:
Default Re: Found an error on external css files

http"//www.formypets.net


Reply With Quote
  #6 (permalink)  
Old 07-24-2008, 05:58 AM
labecs
 
Posts: n/a
Diggs:
Default Re: Found an error on external css files

I fixed it. I just started from scratch again. Thank you all
Reply With Quote
  #7 (permalink)  
Old 07-24-2008, 12:55 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Found an error on external css files

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
>


Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 01:36 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk