conditional-comments

if IE conditional comments not working

It seems like a silly question, but I'm stumped. I'm using an if IE conditional statement to fix some issues in IE6. In the head, I have <!--[if lt IE 7] > <script type="text/javascript" src="js/ie6.js"></script> < ![endif]--> And in the ie6.js file, I have a simple alert, which works when I take it out of the conditional comment. B...