XML.com: XML From the Inside Out

XML.comWebServices.XML.comO'Reilly Networkoreilly.com
  Articles | Weblogs | Newsletter | Safari Bookshelf
advertisement

Article:
 The Vanishing Image: XHTML 2 Migration Issues
Subject: Use of Conditional Comments
Date: 2003-07-05 11:25:34
From: MikeyC Cacciottolo
Response to: Use of Conditional Comments

I've isolated the problem. Your original example was:
<!-- [if !IE] -->
<object></object>
<!-- <![endif] -->


Your follow-up example was (notice there is no space before the opening bracket of the if statement):


<!--[if !IE] -->
<object></object>
<!-- <![endif] -->


Your second example is indeed correct. Why do trhings have to be so confusing ;)


No Previous Message Previous Message Move up to Parent Message Up Next Message Next Message

Sponsored By:


Contact Us | Our Mission | Privacy Policy | Advertise With Us | | Submissions Guidelines
Copyright © 2008 O'Reilly Media, Inc. | (707) 827-7000 / (800) 998-9938