[ic] Using IE conditional tags with IC

Paul Jordan paul at gishnetwork.com
Mon Jan 24 03:15:33 UTC 2011


> From: arogerso at uwaterloo.ca
> I have some pages from my designer which include:
>
> > 
> > 
> > import style sheets for IE
> > 
>
> The <!--[if ] ... [endif]--> construct is a 'feature' of IE which is transparent to other browsers. (Other browsers just see the initial and treat the whole thing as a comment.)
>
> Unfortunately, Interchange interprets the [if gte IE 6] as ITL, and does not recognize the endif. So it sends this to the browser:
>
> > 
> > 
> > import style sheets for IE
> > 
>
> This does not meet the requirements of IE so is displayed to the user.

 
[strip reparse=0]
   <!--[if IE]>
      <style type="text/css">
 
        div.foo {...}
 

      </style>
   <![endif]-->
[/strip]

 
 
Paul 		 	   		  


More information about the interchange-users mailing list