HTTrack Website Copier
Free software offline browser - FORUM
Subject: Condition CSS Inclusion Not detected?
Author: Bharat Sharma
Date: 12/28/2006 19:57
 
I was trying to mirror www.trig.com and in the index.html the tags for
conditional CSS inclusion were not properly detected and handeled. Example: 

  <!--[if lt IE 7]>
  <link rel="stylesheet" href=http://static2.trig.com/stylesheets/ie.css
type="text/css" media="screen" charset="utf-8" />
  <![endif]-->
  <!--[if IE 7]>
  <link rel="stylesheet" href=http://static2.trig.com/stylesheets/ie7.css
type="text/css" media="screen" charset="utf-8" />
  <![endif]-->

Were not converted to :

  <!--[if lt IE 7]>
  <link rel="stylesheet" href="../static2.trig.com/stylesheets/ie.css"
type="text/css" media="screen" charset="utf-8" />
  <![endif]-->
  <!--[if IE 7]>
  <link rel="stylesheet" href="../static2.trig.com/stylesheets/ie7.css"
type="text/css" media="screen" charset="utf-8" />
  <![endif]-->
 
Reply


All articles

Subject Author Date
Condition CSS Inclusion Not detected?

12/28/2006 19:57
Re: Condition CSS Inclusion Not detected?

12/31/2006 05:54
Re: Condition CSS Inclusion Not detected?

01/11/2007 08:13




7

Created with FORUM 2.0.11