about conditional comments in non windows platform's IE (not mac)
"Realazy XA Chen " <[email protected]> Sat, 18 Nov 2006 14:50:45 +0800
| Newsgroups | gmane.comp.web.dom.wdf |
|---|---|
| Message-ID | <[email protected]> |
Hi, all
I am new here, first let me introduce myself. I am a CSS developer, from
China, and have interesting in JavaScript( you know, I just got the Book :)
).
And I am a linux desktop user, I use Gnome...oh, this is off topic...so how
do I test my job in IE? I use IEs for Linux (check this out:
http://www.tatanka.com.br/ies4linux/page/Main_Page ). They work for me, the
only problem is the conditional comments.
And what I have found, if there is version number in conditional comments,
it doesn't work! That is to say, I can let
<!--[if IE]>
blah, blah, blah...
<![endif]-->
work, but not:
<!--[if lt IE 7]>
blah, blah, blah...
<![endif]-->
So, any hint for me to solve this problem?
thanks.
----------------------------------------------
http://realazy.org/blog/
Laziness, DRY always.
[Non-text portions of this message have been removed]