IE Conditional Comments: lt IE 7 = lte IE 6?

Posted by lucas on Stack Overflow See other posts from Stack Overflow or by lucas
Published on 2010-04-10T22:44:43Z Indexed on 2010/04/10 22:53 UTC
Read the original article Hit count: 312

Hi! Are there any differences using

<!--[if lt IE 7]>...<![endif]-->

or

<!--[if lte IE 6]>...<![endif]-->

?

© Stack Overflow or respective owner

Related posts about conditional

Related posts about comments